UNPKG

@kadoui/react

Version:

Kadoui primitive components for React

4 lines 242 B
import { PropsWithChildren } from "react"; export type DrawerRootPropsT = PropsWithChildren; export declare function DrawerRoot({ children }: DrawerRootPropsT): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=DrawerRoot.d.ts.map