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