UNPKG

@jay-js/ui

Version:

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

4 lines (3 loc) 236 B
import { type TBaseTagMap } from "@jay-js/elements"; import type { TLink } from "./link.types.js"; export declare function Link<T extends TBaseTagMap = "a">({ className, variant, color, ...props }?: TLink<T>): HTMLElementTagNameMap[T];