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