UNPKG

@kadoui/react

Version:

Kadoui primitive components for React

6 lines 332 B
import { HTMLMotionProps } from "framer-motion"; export type DrawerBodyPropsT = HTMLMotionProps<"div"> & { position?: "top" | "right" | "bottom" | "left"; }; export declare function DrawerBody({ position, dir, children, ...p }: DrawerBodyPropsT): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=DrawerBody.d.ts.map