UNPKG

geoiq-frontend-ui-kit

Version:

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

6 lines (5 loc) 197 B
import { default as React } from 'react'; import { KonvaEditProps } from './types'; declare const ImageEditor: React.FC<KonvaEditProps>; export { ImageEditor }; //# sourceMappingURL=index.d.ts.map