UNPKG

@jay-js/ui

Version:

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

4 lines (3 loc) 243 B
import { type TBaseTagMap } from "@jay-js/elements"; import type { TMenuTitle } from "./menu-title.types.js"; export declare function MenuTitle<T extends TBaseTagMap = "li">({ tag = "li", ...props }?: TMenuTitle<T>): HTMLElementTagNameMap[T];