UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

6 lines (5 loc) 142 B
import { ArgsProps } from './type'; declare const ToastPlugin: { open: (args: ArgsProps) => Promise<void>; }; export default ToastPlugin;