UNPKG

@jay-js/ui

Version:

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

5 lines (4 loc) 261 B
import { TListItem } from "./ListItem.types.js"; import { Base } from "../Base/Base.js"; import { TBaseTagMap } from "../Base/Base.types.js"; export declare function ListItem<T extends TBaseTagMap = "li">({ ...props }?: TListItem<T>): HTMLElementTagNameMap[T];