UNPKG

skyroc-ui

Version:

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

7 lines (6 loc) 300 B
import { DialogContentProps } from "./types.js"; import * as react375 from "react"; //#region src/components/dialog/DialogContent.d.ts declare const DialogContent: react375.ForwardRefExoticComponent<DialogContentProps & react375.RefAttributes<HTMLDivElement>>; //#endregion export { DialogContent };