UNPKG

@jay-js/ui

Version:

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

6 lines (5 loc) 383 B
import { Base } from "../Base/Base.js"; import { TDropdown } from "./Dropdown.types.js"; import { TBaseTagMap } from "../Base/Base.types.js"; import { mergeClasses } from "../../utils/mergeClasses.js"; export declare function Dropdown<T extends TBaseTagMap = "div">({ position = "dropdown-bottom", openOnHover, forceOpen, toEnd, ...props }?: TDropdown<T>): HTMLElementTagNameMap[T];