@hope-ui/solid
Version:
The SolidJS component library you've hoped for.
10 lines • 521 B
TypeScript
import { ElementType, HTMLHopeProps } from "../types";
export declare type CircularProgressLabelProps<C extends ElementType = "div"> = HTMLHopeProps<C>;
/**
* CircularProgressLabel is used to show the numeric value of the progress.
*/
export declare function CircularProgressLabel<C extends ElementType = "div">(props: CircularProgressLabelProps<C>): import("solid-js").JSX.Element;
export declare namespace CircularProgressLabel {
var toString: () => string;
}
//# sourceMappingURL=circular-progress-label.d.ts.map