UNPKG

@jay-js/ui

Version:

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

4 lines (3 loc) 250 B
import { type TBaseTagMap } from "@jay-js/elements"; import type { TTabItem } from "./tab-item.types.js"; export declare function TabItem<T extends TBaseTagMap = "input">({ size, active, disabled, ...props }?: TTabItem<T>): HTMLElementTagNameMap[T];