Skip to main content

StyleRenderProps<T>

StyleRenderProps<T> = object

Type Parameters

T

T extends object

Properties

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.