RenderProps<T>
RenderProps<
T> =StyleRenderProps<T> &object
Type Declaration
children?
optionalchildren:RenderPropsChildren<T>
The children of the component. A function may be provided to alter the children based on component state.
Type Parameters
T
T extends object