Skip to content

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

NameType
class?any
style?StyleValue