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) 409 B
import { SelectionState } from '../types'; export declare const useSelectionState: () => { selectionState: SelectionState; setSelectionState: import('react').Dispatch<import('react').SetStateAction<SelectionState>>; clearSelection: () => void; selectImage: (index: number | null) => void; selectTextBox: (index: number | null) => void; }; //# sourceMappingURL=use-selection-state.d.ts.map