UNPKG

150 BTypeScriptView Raw
1declare enum MapProperty {
2 LAYERGROUP = 'layergroup',
3 SIZE = 'size',
4 TARGET = 'target',
5 VIEW = 'view',
6}
7
8export default MapProperty;