UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

7 lines (6 loc) 169 B
import './style/index.js'; export * from './type'; export declare const toast: { open: (args: import("./type").ArgsProps) => Promise<void>; }; export default toast;