@itwin/measure-tools-react
Version:
Frontend framework and tools for measurements
6 lines • 322 B
TypeScript
import type { Measurement, WidgetValue } from "./Measurement.js";
export declare class MeasurementPropertyHelper {
static buildNameProperty(name: string): WidgetValue;
static tryAddNameProperty(measurement: Measurement, properties: WidgetValue[]): boolean;
}
//# sourceMappingURL=MeasurementPropertyHelper.d.ts.map