@snowball-tech/fractal
Version:
Fractal's (Snowball's design system) React component library based on RadixUI and TailwindCSS
16 lines (15 loc) • 425 B
TypeScript
import { t as ProgressProps } from "./Progress.types-CdED9KY2.js";
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
//#region src/components/Progress/Progress.d.ts
declare const Progress: {
({
getValueLabel,
max,
value,
...props
}: ProgressProps): _$react_jsx_runtime0.JSX.Element;
displayName: string;
};
//#endregion
export { Progress as t };
//# sourceMappingURL=Progress-CQctd2kW.d.ts.map