UNPKG

@suspensive/react

Version:

Suspensive interfaces for react

9 lines (8 loc) 288 B
import { OmitKeyof } from "./OmitKeyof.mjs"; //#region src/utility-types/PropsWithoutChildren.d.ts type PropsWithoutChildren<T extends { children?: unknown; }> = OmitKeyof<T, 'children'>; //#endregion export { PropsWithoutChildren }; //# sourceMappingURL=PropsWithoutChildren.d.mts.map