getCompatContextProvider()
getCompatContextProvider<
F,O>(gccpProps:QueryBuilderContextProps<F,O>):QueryBuilderContextProvider
Generates a context provider for a compatibility package.
Type Parameters
| Type Parameter |
|---|
F extends FullField<string, string, string, Option<string>, Option<string>> |
O extends string |
Parameters
| Parameter | Type |
|---|---|
gccpProps | QueryBuilderContextProps<F, O> |
Returns
Defined in
packages/react-querybuilder/src/utils/getCompatContextProvider.tsx:17
caution
API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.