UNPKG

@jay-js/ui

Version:

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

6 lines (5 loc) 241 B
import type { TBaseTagMap, TList } from "@jay-js/elements"; export type TMenu<T extends TBaseTagMap> = { size?: "menu-xs" | "menu-sm" | "menu-md" | "menu-lg" | "menu-xl"; position?: "menu-vertical" | "menu-horizontal"; } & TList<T>;