UNPKG

geoiq-frontend-ui-kit

Version:

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

9 lines (8 loc) 294 B
import { StepperProps } from './stepper.type'; import { useStepper } from './use-stepper'; declare const Stepper: { ({ value, id }: StepperProps): import("react/jsx-dev-runtime").JSX.Element; displayName: string; }; export { Stepper, useStepper }; //# sourceMappingURL=stepper.d.ts.map