Function: toProps()
toProps(
elOrProps,childrenProp,extractElementProps):null|HTMLProps<unknown>
Defined in: toProps.ts:14
toProps
Parameters
elOrProps
object | ReactNode
childrenProp
string = 'children'
(optional) Default: children
extractElementProps
boolean = true
Returns
null | HTMLProps<unknown>