@itwin/measure-tools-react
Version:
Frontend framework and tools for measurements
10 lines • 611 B
JavaScript
/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
// DO NOT export this file for third parties. Using this to avoid circular dependencies.
export class ShimFunctions {
}
ShimFunctions.getAllMeasurements = () => [];
ShimFunctions.forAllMeasurements = (_callback) => { return; };
//# sourceMappingURL=ShimFunctions.js.map