ToastSlotProps
ToastSlotProps =
object
Defined in: packages/ui/src/types.ts:307
Props for the toast provider plugin slot.
Wraps the application to provide toast notification support. Individual
toasts are managed internally via the ToastApi returned by useToast().
- ToastApi for the imperative notification API.
- ToastOptions for individual toast configuration.
Properties
Section titled “Properties”children?
Section titled “children?”
optionalchildren:ReactNode
Defined in: packages/ui/src/types.ts:309
Provider-level children; individual toasts are managed internally.