UNPKG

@suspensive/react

Version:

Suspensive interfaces for react

4 lines (2 loc) 140 B
import type { OmitKeyof } from './OmitKeyof' export type PropsWithoutChildren<T extends { children?: unknown }> = OmitKeyof<T, 'children'>