UNPKG

geoiq-frontend-ui-kit

Version:

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

5 lines (4 loc) 204 B
import { default as React } from 'react'; import { RangeSliderProps } from './range-slider.types'; export declare const RangeSlider: React.FC<RangeSliderProps>; //# sourceMappingURL=range-slider.d.ts.map