WrapEachPropertyInStyleProp<K>
WrapEachPropertyInStyleProp<
K> ={ [P in keyof K]?: StyleProp<Required<K>[P]> }
Defined in: packages/native/src/types.ts:25
Type Parameters
| Type Parameter |
|---|
K |
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.