WrapEachPropertyInStyleProp<K>
WrapEachPropertyInStyleProp<
K
>:{ [P in keyof K]?: StyleProp<Required<K>[P]> }
Type Parameters
Type Parameter |
---|
K |
Defined in
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.