UNPKG

geoiq-frontend-ui-kit

Version:

This project is a UI kit for GeoIQ's frontend. It's built with React, TypeScript, and Vite.

10 lines (9 loc) 288 B
import { StepperValue } from './stepper.type'; declare const useStepper: (initialSteps: StepperValue[]) => { steps: StepperValue[]; nextStep: () => void; resetSteps: () => void; previousStep: () => void; }; export { useStepper }; //# sourceMappingURL=use-stepper.d.ts.map