OmitChildrenProp<T extends { children?: React.ReactNode }> Type alias
Beta
Omit children property from T.
OmitChildrenProp = Omit<T extends { children?: React.ReactNode }, "children" = undefined>
Defined in
Last Updated: 13 June, 2024
Woah! This page has a great deal of content... Give us a second to load it.
Omit children property from T.
OmitChildrenProp = Omit<T extends { children?: React.ReactNode }, "children" = undefined>
Last Updated: 13 June, 2024