mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-23 15:20:17 +00:00
!11870 ComponentV2增加组件冻结接口
Merge pull request !11870 from 181******72/master
This commit is contained in:
commit
31434ff8b0
3
api/@internal/component/ets/common.d.ts
vendored
3
api/@internal/component/ets/common.d.ts
vendored
@ -197,11 +197,12 @@ declare const Component: ClassDecorator & ((options: ComponentOptions) => ClassD
|
||||
/**
|
||||
* Defining ComponentV2 ClassDecorator
|
||||
*
|
||||
* ComponentV2 is a ClassDecorator and it supports ComponentOptions as parameters.
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
||||
* @crossplatform
|
||||
* @since 12
|
||||
*/
|
||||
declare const ComponentV2: ClassDecorator;
|
||||
declare const ComponentV2: ClassDecorator & ((options: ComponentOptions) => ClassDecorator);
|
||||
|
||||
/**
|
||||
* Defines the options of Entry ClassDecorator.
|
||||
|
Loading…
Reference in New Issue
Block a user