UNPKG

@jay-js/ui

Version:

A library of UI components for Jay JS with Tailwind CSS and daisyUI.

3 lines (2 loc) 180 B
import { type TBaseTagMap, type TButton } from "@jay-js/elements"; export declare function ModalBackdrop<T extends TBaseTagMap = "div">({ ...props }?: TButton<T>): HTMLDivElement;