OmitChildrenProp<T extends { children?: React.ReactNode }> Type
OmitChildrenProp = Omit<T, "children">
Omit children property from T.
Defined in
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.