UNPKG

@jay-js/ui

Version:

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

4 lines (3 loc) 239 B
import { type TBaseTagMap } from "@jay-js/elements"; import type { TBreadcrumbs } from "./breadcrumbs.types.js"; export declare function Breadcrumbs<T extends TBaseTagMap = "div">({ ...props }?: TBreadcrumbs<T>): HTMLElementTagNameMap[T];