kit.ArkUI补充MeasureUtils接口

Signed-off-by: zhouyan <zhouyan162@huawei.com>
Change-Id: If86be6414634c8534db983caac62ae2ae0258bbb
This commit is contained in:
zhouyan 2024-06-28 07:38:54 +00:00
parent ba2e218684
commit 106a453f17

View File

@ -74,7 +74,7 @@ import performanceMonitor from '@ohos.arkui.performanceMonitor';
import { RectShape, CircleShape, EllipseShape, PathShape } from '@ohos.arkui.shape';
import {
AtomicServiceBar, ComponentUtils, DragController, Font, KeyboardAvoidMode, MediaQuery, OverlayManager, PromptAction, Router,
UIContext, UIInspector, UIObserver, PageInfo
UIContext, UIInspector, UIObserver, PageInfo, MeasureUtils
} from '@ohos.arkui.UIContext';
import curves from '@ohos.curves';
import dragInteraction from '@ohos.deviceStatus.dragInteraction';
@ -146,5 +146,5 @@ export {
SymbolGlyphModifier, Colors, CustomColors, Theme, ThemeControl, CustomTheme, ChipSymbolGlyphOptions,
ExtraRegionPosition, ExpandedRegionLayoutOptions, SemiFoldedRegionLayoutOptions, FoldedRegionLayoutOptions, PresetSplitRatio, FoldSplitContainer,
AppStorageV2, PersistenceV2, Type,
IDataSourcePrefetching, IPrefetcher, BasicPrefetcher
IDataSourcePrefetching, IPrefetcher, BasicPrefetcher, MeasureUtils
};