TinyTick logoTinyTick

Provider

The Provider component is used to wrap part of an application in a context that provides a Manager to be used by hooks and components within.

Provider(props: ProviderProps & {children: ReactNode}): ReactElement<any, any>
TypeDescription
propsProviderProps & {children: ReactNode}

The props for this component.

returnsReactElement<any, any>

A rendering of the child components.

Since

v1.1.0