OmitChildrenProp<T extends { children?: React.ReactNode }> Type alias

Omit children property from T.

OmitChildrenProp = Omit<T, "children">

Defined in

Last Updated: 20 June, 2023