UNPKG

rsuite

Version:

A suite of react components

5 lines (4 loc) 153 B
import toaster from './toaster'; export type { Toaster } from './toaster'; export { default as useToaster } from './useToaster'; export default toaster;