import type { ReactNode } from 'react'; /** @deprecated us PropsWithChildren from react instead */ export type WithChildren = Omit & { children?: ReactNode | undefined; }; //# sourceMappingURL=WithChildren.d.ts.map