UNPKG

@trail-ui/react

Version:
8 lines (5 loc) 287 B
import { FlagProps } from '../flag/flag.js'; import { ToastOptions } from 'react-toastify'; import 'react/jsx-runtime'; declare function customToast(message: string, type: FlagProps['variant'], title?: string, options?: ToastOptions<unknown>): void; export { customToast as default };