UNPKG

@jay-js/ui

Version:

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

6 lines (5 loc) 366 B
import { TLoading } from "./Loading.types.js"; import { Base } from "../Base/Base.js"; import { mergeClasses } from "../../utils/mergeClasses.js"; import { TBaseTagMap } from "../Base/Base.types.js"; export declare function Loading<T extends TBaseTagMap = "span">({ type = "loading-spinner", size = "loading-md", ...props }?: TLoading<T>): HTMLElementTagNameMap[T];