ActionsProviderProps
Public TypeAlias
Signature
type ActionsProviderProps = {
overrides?: (
app: App,
actions: ActionsContextType,
helpers: undefined
) => ActionsContextType
children: any
}
Public TypeAlias
type ActionsProviderProps = {
overrides?: (
app: App,
actions: ActionsContextType,
helpers: undefined
) => ActionsContextType
children: any
}