UNPKG

@tiiqu/ui

Version:

A customizable, accessible, and developer-friendly React UI component library powered by Tailwind CSS, TypeScript, and Vite

3 lines (2 loc) 160 B
import { RefObject } from 'react'; export declare function useDialog(dialogRef: RefObject<HTMLDialogElement | null>, open: boolean, onClose: () => void): void;