OmitChildrenProp<T extends object> Type alias

Beta

Omit children property from T.

OmitChildrenProp = Omit<T extends object, "children" = undefined>

Defined in

Last Updated: 08 January, 2020