4 lines
116 B
Plaintext
4 lines
116 B
Plaintext
import React from 'react';
|
|
import { ToastProps } from '../types';
|
|
export declare const Toast: React.FC<ToastProps>;
|