UNPKG

@jay-js/ui

Version:

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

4 lines (3 loc) 226 B
import { type TBaseTagMap } from "@jay-js/elements"; import type { TMenu } from "./menu.types.js"; export declare function Menu<T extends TBaseTagMap = "ul">({ size, position, ...props }?: TMenu<T>): HTMLElementTagNameMap[T];