OmitChildrenProp<T extends { children?: React.ReactNode }> Type alias
Omit children property from T.
OmitChildrenProp = Omit<T, "children">
Defined in
Last Updated: 29 September, 2023
Omit children property from T.
OmitChildrenProp = Omit<T, "children">
Last Updated: 29 September, 2023