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