UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

5 lines (4 loc) 204 B
import React from 'react'; import { ToastProps, ToastInstance } from './type'; declare const Toast: React.ForwardRefExoticComponent<ToastProps & React.RefAttributes<ToastInstance>>; export default Toast;