The API reference is a Work in Progress and will be continuously improved and extended. We'd love to hear your feedback in our documentation repository.
Home > @edtr-io/core > Provider
Provider() function
Store Provider
Signature:export declare function Provider(
props: ProviderProps<Action> & {
children: React.ReactNode
}
): JSX.Element
Parameters
Parameter | Type | Description |
---|---|---|
props | ProviderProps<Action> & { children: React.ReactNode; } | The ProviderProps |
JSX.Element