TLUiToastsContextType
Table of contents
interface TLUiToastsContextType {}
Properties
addToast: (
toast: Omit<TLUiToast, 'id'> & {
id?: string
}
) => string
clearToasts: () => void
removeToast: (id: TLUiToast['id']) => string
toasts: TLUiToast[]