UNPKG

@jay-js/ui

Version:

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

4 lines (3 loc) 248 B
import { type TBaseTagMap } from "@jay-js/elements"; import type { TSteps } from "./steps.types.js"; export declare function Steps<T extends TBaseTagMap = "ul">({ orientation = "steps-horizontal", ...props }?: TSteps<T>): HTMLElementTagNameMap[T];