Interface: IDesignSystemProviderConfiguration
Defined in: src/providers/react/types/provider-configuration.ts:97
Injection configuration for the design system provider.
Remarks
Optional — when omitted, the runtime uses no-op UI service defaults.
Properties
DialogProvider
DialogProvider:
ComponentType<IWrapperProviderProps>
Defined in: src/providers/react/types/provider-configuration.ts:101
Dialog (modal) provider component
NotifierProvider
NotifierProvider:
ComponentType<IWrapperProviderProps>
Defined in: src/providers/react/types/provider-configuration.ts:99
Notifier (toast) provider component
ToasterProvider
ToasterProvider:
ComponentType<IWrapperProviderProps>
Defined in: src/providers/react/types/provider-configuration.ts:103
Toaster provider component
useDialog
useDialog: () =>
IDialogApi
Defined in: src/providers/react/types/provider-configuration.ts:107
Hook that returns the dialog API
Returns
useNotifier
useNotifier: () =>
INotifierApi
Defined in: src/providers/react/types/provider-configuration.ts:105
Hook that returns the notifier API