@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
12 lines (10 loc) • 505 B
TypeScript
import "../interfaces";
export type LengthUnit = __esri.units.LengthUnit;
export type ElevationUnit = __esri.units.ElevationUnit;
export type AreaUnit = __esri.units.AreaUnit;
export type VolumeUnit = __esri.units.VolumeUnit;
export type AngleUnit = __esri.units.AngleUnit;
export type Unit = __esri.units.Unit;
export type MeasurementSystem = __esri.units.MeasurementSystem;
export type SystemOrAreaUnit = __esri.units.SystemOrAreaUnit;
export type SystemOrLengthUnit = __esri.units.SystemOrLengthUnit;