StyleRenderProps<T>
StyleRenderProps<
T
>:object
Type Parameters
• T extends object
Type declaration
className?
optional
className:RenderPropsClassName
<T
>
The CSS className for the element. A function may be provided to compute the class based on component state.
style?
optional
style:RenderPropsStyle
<T
>
The inline style for the element. A function may be provided to compute the style based on component state.