mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-23 07:10:52 +00:00
不需支持string
Signed-off-by: fenglinbailu <liubin249@huawei.com>
This commit is contained in:
parent
628ee54e4d
commit
d3cd861a84
8
api/@internal/component/ets/units.d.ts
vendored
8
api/@internal/component/ets/units.d.ts
vendored
@ -3449,22 +3449,22 @@ declare interface ChainWeightOptions {
|
||||
/**
|
||||
* Horizontal ChainWeight.
|
||||
*
|
||||
* @type { ?(number | string) }
|
||||
* @type { ?(number) }
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
||||
* @crossplatform
|
||||
* @atomicservice
|
||||
* @since 14
|
||||
*/
|
||||
horizontal?: number | string;
|
||||
horizontal?: number;
|
||||
|
||||
/**
|
||||
* Vertical ChainWeight.
|
||||
*
|
||||
* @type { ?(number | string) }
|
||||
* @type { ?(number) }
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
||||
* @crossplatform
|
||||
* @atomicservice
|
||||
* @since 14
|
||||
*/
|
||||
vertical?: number | string;
|
||||
vertical?: number;
|
||||
}
|
Loading…
Reference in New Issue
Block a user