Type Alias: RenderableProps
ts
type RenderableProps = Record<string, any> & {
class?: any;
style?: StyleValue;
};Props that can be passed to the rendered component element.
Type Declaration
| Name | Type |
|---|---|
class? | any |
style? | StyleValue |