UNPKG

geoiq-frontend-ui-kit

Version:

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

4 lines 212 B
import { StepperProps } from './stepper.type'; import * as React from 'react'; export declare const StepperContainer: ({ value, id }: StepperProps) => React.JSX.Element; //# sourceMappingURL=stepper.mock.d.ts.map