UNPKG

skyroc-ui

Version:

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

7 lines (6 loc) 308 B
import { DialogFooterProps } from "./types.js"; import * as react379 from "react"; //#region src/components/dialog/DialogFooter.d.ts declare const DialogFooter: react379.ForwardRefExoticComponent<Omit<DialogFooterProps, "ref"> & react379.RefAttributes<HTMLDivElement>>; //#endregion export { DialogFooter };