StyleRenderProps<T>
StyleRenderProps<
T> =object
Type Parameters
T
T extends object
Properties
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.