Skip to content
Snippets Groups Projects
index.d.ts 378 B
Newer Older
Glenn Vorhes's avatar
Glenn Vorhes committed
/**
 * Created by glenn on 7/5/2017.
 */
export { LayerBase, LayerBaseOptions } from './LayerBase';
export { LayerBaseVector, LayerBaseVectorOptions } from './LayerBaseVector';
export { LayerBaseVectorEsri, LayerBaseVectorEsriOptions } from './LayerBaseVectorEsri';
export { LayerBaseVectorGeoJson, crsTransform, LayerBaseVectorGeoJsonOptions } from './LayerBaseVectorGeoJson';