UNPKG

@jay-js/ui

Version:

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

4 lines (3 loc) 252 B
import { type TBaseTagMap } from "@jay-js/elements"; import type { TMenuItem } from "./menu-item.types.js"; export declare function MenuItem<T extends TBaseTagMap = "li">({ disabled, active, focus, ...props }?: TMenuItem<T>): HTMLElementTagNameMap[T];