UNPKG

@jay-js/ui

Version:

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

4 lines (3 loc) 288 B
import { type TBaseTagMap } from "@jay-js/elements"; import type { TDropdown } from "./dropdown.types.js"; export declare function Dropdown<T extends TBaseTagMap = "div">({ position = "dropdown-bottom", openOnHover, forceOpen, toEnd, ...props }?: TDropdown<T>): HTMLElementTagNameMap[T];