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