UNPKG

@jay-js/ui

Version:

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

5 lines (4 loc) 268 B
import { Base } from "../Base/Base.js"; import { TBaseTagMap } from "../Base/Base.types.js"; import { TTypography } from "./Typography.types.js"; export declare function Typography<T extends TBaseTagMap = "p">({ ...props }?: TTypography<T>): HTMLElementTagNameMap[T];