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

Omit children property from T.

OmitChildrenProp = Omit<T, "children">

Defined in

Last Updated: 05 April, 2024