UNPKG

skyroc-ui

Version:

A modern React UI component library built on Radix UI and Tailwind CSS

7 lines (6 loc) 249 B
import { SheetProps } from "./types.js"; import * as react_jsx_runtime29 from "react/jsx-runtime"; //#region src/components/sheet/Sheet.d.ts declare const Sheet: (props: SheetProps) => react_jsx_runtime29.JSX.Element; //#endregion export { Sheet };