mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2025-02-18 16:10:25 +00:00
Content kit
Signed-off-by: lilanqing <lilanqing@huawei.com>
This commit is contained in:
parent
8c62dbd074
commit
04f968d92d
7
kits/@kit.ArkUI.d.ts
vendored
7
kits/@kit.ArkUI.d.ts
vendored
@ -68,7 +68,10 @@ import componentUtils from '@ohos.arkui.componentUtils';
|
||||
import dragController from '@ohos.arkui.dragController';
|
||||
import { DrawableDescriptor, LayeredDrawableDescriptor } from '@ohos.arkui.drawableDescriptor';
|
||||
import inspector from '@ohos.arkui.inspector';
|
||||
import { NodeRenderType, RenderOptions, BuilderNode, NodeController, FrameNode, DrawContext, Size, Offset, Position, Pivot, Scale, Translation, Matrix4, Rotation, Frame, RenderNode, XComponentNode, LengthMetrics, LengthMetricsUnit, LengthUnit, LayoutConstraint, ComponentContent, NodeContent } from '@ohos.arkui.node';
|
||||
import {
|
||||
NodeRenderType, RenderOptions, BuilderNode, NodeController, FrameNode, DrawContext, Size, Offset, Position, Pivot, Scale, Translation, Matrix4, Rotation,
|
||||
Frame, RenderNode, XComponentNode, LengthMetrics, LengthMetricsUnit, LengthUnit, LayoutConstraint, ComponentContent, NodeContent, Content
|
||||
} from '@ohos.arkui.node';
|
||||
import uiObserver from '@ohos.arkui.observer';
|
||||
import performanceMonitor from '@ohos.arkui.performanceMonitor';
|
||||
import { RectShape, CircleShape, EllipseShape, PathShape } from '@ohos.arkui.shape';
|
||||
@ -143,7 +146,7 @@ export {
|
||||
TabSegmentButtonConstructionOptions, TabSegmentButtonOptions, TabTitleBar, TabTitleBarMenuItem, TabTitleBarTabItem,
|
||||
TipsDialog, ToolBar, ToolBarOption, ToolBarOptions, Translation, TreeController, TreeListenType, TreeListener,
|
||||
TreeListenerManager, TreeView, UIContext, UIInspector, UIObserver, PageInfo, WindowExtensionAbility, WindowExtensionContext, XComponentNode,
|
||||
LengthMetrics, LengthMetricsUnit, LengthUnit, LayoutConstraint, ComponentContent, NodeContent, componentSnapshot, componentUtils, curves, display, dragController, dragInteraction,
|
||||
LengthMetrics, LengthMetricsUnit, LengthUnit, LayoutConstraint, ComponentContent, NodeContent, Content, componentSnapshot, componentUtils, curves, display, dragController, dragInteraction,
|
||||
font, inspector, matrix4, mediaquery, performanceMonitor, pluginComponentManager, PluginComponentTemplate, prompt, promptAction, router,
|
||||
screen, screenshot, uiAppearance, uiExtensionHost, uiObserver, window, windowAnimationManager, CustomContentDialog,
|
||||
IconOptions, ChipItemLabelOptions, ChipGroupItemOptions, ChipItemStyle, ChipGroupSpaceOptions, IconItemOptions, IconGroupSuffix, ChipGroup,
|
||||
|
Loading…
x
Reference in New Issue
Block a user