Skip to content

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().

optional children: ReactNode

Defined in: packages/ui/src/types.ts:309

Provider-level children; individual toasts are managed internally.