feat(canvas): Create index.ts exports
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
export { RenderEngine } from './RenderEngine';
|
||||||
|
export { SpatialIndex } from './SpatialIndex';
|
||||||
|
export { LayerManager } from './LayerManager';
|
||||||
|
export { ZoomPanController } from './ZoomPanController';
|
||||||
Reference in New Issue
Block a user