UNPKG

@jay-js/ui

Version:

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

4 lines (3 loc) 280 B
import { type TBaseTagMap } from "@jay-js/elements"; import type { TRadialProgress } from "./radial-progress.types.js"; export declare function RadialProgress<T extends TBaseTagMap = "div">({ value = 0, size, thickness, ...props }?: TRadialProgress<T>): HTMLElementTagNameMap[T];