UNPKG

@kadoui/react

Version:

Kadoui primitive components for React

4 lines 262 B
import { HTMLMotionProps } from "framer-motion"; export type ModalPortalPropsT = HTMLMotionProps<"div">; export declare function ModalPortal({ onClick, ...p }: ModalPortalPropsT): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ModalPortal.d.ts.map