@giro3d/giro3d
Version:
A JS/WebGL framework for 3D geospatial data visualization
4 lines • 689 B
TypeScript
import type DrawTool from './DrawTool';
import type { afterRemovePointOfRing, afterUpdatePointOfRing, CommonCreationOptions, CreateShapeOptions, CreationOptions, DrawToolEventMap, inhibitHook, limitRemovePointHook, MouseCallback, PickCallback, PointInsertedCallback, PointRemovedCallback, PointUpdatedCallback, ShapeModifiedCallback } from './DrawTool';
export { afterRemovePointOfRing, afterUpdatePointOfRing, CommonCreationOptions, CreateShapeOptions, CreationOptions, DrawTool, DrawToolEventMap, inhibitHook, limitRemovePointHook, MouseCallback, PickCallback, PointInsertedCallback, PointRemovedCallback, PointUpdatedCallback, ShapeModifiedCallback, };
//# sourceMappingURL=api.d.ts.map