UNPKG

@jay-js/ui

Version:

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

4 lines (3 loc) 262 B
import { type TBaseTagMap } from "@jay-js/elements"; import type { ITimelineItem } from "./timeline-item.types.js"; export declare function TimelineItem<T extends TBaseTagMap = "div">({ component, boxed, ...props }?: ITimelineItem<T>): HTMLElementTagNameMap[T];