UNPKG

@kadoui/react

Version:

Kadoui primitive components for React

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