UNPKG

@itwin/measure-tools-react

Version:
6 lines 322 B
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