skyroc-ui
Version:
A modern React UI component library built on Radix UI and Tailwind CSS
7 lines (6 loc) • 305 B
TypeScript
import { DialogContentProps, DialogProps } from "./types.js";
import * as react371 from "react";
//#region src/components/dialog/Dialog.d.ts
declare const Dialog: react371.ForwardRefExoticComponent<DialogProps<DialogContentProps> & react371.RefAttributes<HTMLDivElement>>;
//#endregion
export { Dialog };