@jay-js/ui
Version:
A library of UI components for Jay JS with Tailwind CSS and daisyUI.
6 lines (5 loc) • 365 B
TypeScript
import { TIndicatorItem } from "./IndicatorItem.types.js";
import { mergeClasses } from "../../utils/mergeClasses.js";
import { Base } from "../Base/Base.js";
import { TBaseTagMap } from "../Base/Base.types.js";
export declare function IndicatorItem<T extends TBaseTagMap = "span">({ horizontal, vertical, ...props }?: TIndicatorItem<T>): HTMLElementTagNameMap[T];