Skip to main content

RenderProps<T>

RenderProps<T>: StyleRenderProps<T> & object

Type declaration

children?

optional children: RenderPropsChildren<T>

The children of the component. A function may be provided to alter the children based on component state.

Type Parameters

T extends object