RenderablePropstype RenderableProps<P, RefType = any> = P & Readonly<Attributes & {children?: ComponentChildren; ref?: Ref<RefType>; }>;§Type Parameters§P[src]§RefType = any[src]§Type§P & Readonly<Attributes & {children?: ComponentChildren; ref?: Ref<RefType>; }>[src]