UNPKG

@jay-js/ui

Version:

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

4 lines (3 loc) 271 B
import { type TBaseTagMap } from "@jay-js/elements"; import type { TLoading } from "./loading.types.js"; export declare function Loading<T extends TBaseTagMap = "span">({ type = "loading-spinner", size = "loading-md", ...props }?: TLoading<T>): HTMLElementTagNameMap[T];