UNPKG

@jay-js/ui

Version:

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

4 lines (3 loc) 254 B
import { type TBaseTagMap } from "@jay-js/elements"; import type { TCardDescription } from "./card-description.types.js"; export declare function CardDescription<T extends TBaseTagMap = "p">({ ...props }?: TCardDescription<T>): HTMLElementTagNameMap[T];