UNPKG

@kadoui/react

Version:

Kadoui primitive components for React

6 lines 268 B
import { PropsWithChildren } from "react"; export type PortalPropsT = PropsWithChildren & { container?: Element; }; export declare function Portal({ children, container }: PortalPropsT): import("react").ReactPortal | undefined; //# sourceMappingURL=Portal.d.ts.map