UNPKG

@jay-js/ui

Version:

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

5 lines (4 loc) 177 B
import { TBase, TBaseTagMap } from "../Base/Base.types.js"; export type TSteps<T extends TBaseTagMap> = { orientation?: "steps-vertical" | "steps-horizontal"; } & TBase<T>;