UNPKG

skyroc-ui

Version:

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

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