mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-27 01:11:35 +00:00
kit.ArkUI补充MeasureUtils接口
Signed-off-by: zhouyan <zhouyan162@huawei.com> Change-Id: If86be6414634c8534db983caac62ae2ae0258bbb
This commit is contained in:
parent
ba2e218684
commit
106a453f17
4
kits/@kit.ArkUI.d.ts
vendored
4
kits/@kit.ArkUI.d.ts
vendored
@ -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
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user