Drop @mui, addded ems api
This commit is contained in:
@ -3,4 +3,11 @@ export interface SatelliteMapsProviders {
|
||||
yandex: 'yandex';
|
||||
custom: 'custom';
|
||||
}
|
||||
export type SatelliteMapsProvider = SatelliteMapsProviders[keyof SatelliteMapsProviders]
|
||||
export type SatelliteMapsProvider = SatelliteMapsProviders[keyof SatelliteMapsProviders]
|
||||
|
||||
export interface IGeometryTypes {
|
||||
LINE: 'LINE'
|
||||
POLYGON: 'POLYGON'
|
||||
}
|
||||
|
||||
export type IGeometryType = IGeometryTypes[keyof IGeometryTypes]
|
||||
|
Reference in New Issue
Block a user