MenuSchemaProviderProps
Public TypeAlias
Signature
type MenuSchemaProviderProps = {
  overrides?: (
    app: App,
    schema: MenuSchemaContextType,
    helpers: {
      actions: ReturnType<typeof useActions>
      noneSelected: boolean
      oneSelected: boolean
      twoSelected: boolean
      threeSelected: boolean
    }
  ) => MenuSchemaContextType
  children: any
}