mirror of https://gitee.com/antv-l7/antv-l7
6 lines
163 B
TypeScript
6 lines
163 B
TypeScript
|
import BaseLayer from './core/BaseLayer';
|
||
|
import PointLayer from './point';
|
||
|
import PolygonLayer from './polygon';
|
||
|
|
||
|
export { BaseLayer, PointLayer, PolygonLayer };
|