ToastsProviderProps
Public TypeAlias
Signature
type ToastsProviderProps = {
  overrides?: (app: App) => ToastsContextType
  children: any
}
Public TypeAlias
type ToastsProviderProps = {
  overrides?: (app: App) => ToastsContextType
  children: any
}