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) 300 B
import { StepperProps } from './stepper.type'; import { useStepper } from './use-stepper'; import * as React from 'react'; declare const Stepper: { ({ value, id }: StepperProps): React.JSX.Element; displayName: string; }; export { Stepper, useStepper }; //# sourceMappingURL=stepper.d.ts.map