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 218 B
export type PolarSliderProps = { value?: number; min: number; max: number; stepSize?: number; id?: string; onChange?: (value: number) => void; }; //# sourceMappingURL=polar-slider.types.d.ts.map