UNPKG

@jay-js/ui

Version:

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

7 lines (6 loc) 198 B
import type { TBaseTagMap, TListItem } from "@jay-js/elements"; export type TMenuItem<T extends TBaseTagMap> = { disabled?: boolean; active?: boolean; focus?: boolean; } & TListItem<T>;