添加下载icon控件

Signed-off-by: t30052775 <tianlanqing1@huawei.com>
This commit is contained in:
t30052775 2024-05-30 14:11:49 +08:00
parent be97653278
commit 087773ff8a

View File

@ -264,7 +264,7 @@ export interface DownloadStyleOptions {
/**
* Font weight.
*
* @type { ?number | FontWeight | string }
* @type { ?(number | FontWeight | string) }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @atomicservice
@ -275,7 +275,7 @@ export interface DownloadStyleOptions {
/**
* Font family.
*
* @type { ?string | Resource }
* @type { ?(string | Resource) }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @atomicservice