forked from MapGIS/WebClient-JavaScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.js
More file actions
25 lines (24 loc) · 758 Bytes
/
index.js
File metadata and controls
25 lines (24 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
import {GeoFeatureThemeLayer} from './GeoFeatureThemeLayer';
import {ThemeLayer} from './ThemeLayer';
import {RangeThemeLayer} from './RangeThemeLayer';
import {UniqueThemeLayer} from './UniqueThemeLayer';
import {
GraphThemeLayer,
graphThemeLayer
} from './GraphThemeLayer';
import {RandomThemeLayer} from './RandomThemeLayer';
import {SimpleThemeLayer} from './SimpleThemeLayer';
import {RankSymbolThemeLayer} from './RankSymbolThemeLayer';
import {ThemeStyle} from './ThemeStyle';
export {GeoFeatureThemeLayer};
export {ThemeLayer} ;
export {RangeThemeLayer} ;
export {UniqueThemeLayer};
export {
GraphThemeLayer,
graphThemeLayer
};
export {RandomThemeLayer};
export {SimpleThemeLayer};
export {RankSymbolThemeLayer};
export {ThemeStyle};