Type alias RenderableProps<P, RefType>

RenderableProps<P, RefType>: P & Readonly<Attributes & { children?: ComponentChildren; ref?: Ref<RefType> }>

Type Parameters

Type Parameters

  • P

  • RefType = any

Generated using TypeDoc