!14789 匿名整改使用api14

Merge pull request !14789 from fenglinbailu/master
This commit is contained in:
openharmony_ci 2024-11-21 09:40:14 +00:00 committed by Gitee
commit 0b2f8e03dc
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 8 additions and 8 deletions

View File

@ -26,7 +26,7 @@
* @crossplatform
* @form
* @atomicservice
* @since 13
* @since 14
*/
interface ColumnOptions {
/**
@ -156,7 +156,7 @@ interface ColumnInterface {
* @crossplatform
* @form
* @atomicservice
* @since 13
* @since 14
*/
(options?: ColumnOptions): ColumnAttribute;
}

View File

@ -35,7 +35,7 @@ declare type WindowStatusType = import('../api/@ohos.window').default.WindowStat
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @atomicservice
* @since 13
* @since 14
*/
interface FolderStackOptions {
/**
@ -104,7 +104,7 @@ interface FolderStackInterface {
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @atomicservice
* @since 13
* @since 14
*/
(options?: FolderStackOptions): FolderStackAttribute;
}

View File

@ -26,7 +26,7 @@
* @crossplatform
* @form
* @atomicservice
* @since 13
* @since 14
*/
declare interface RowOptions {
/**
@ -148,7 +148,7 @@ interface RowInterface {
* @crossplatform
* @form
* @atomicservice
* @since 13
* @since 14
*/
(options?: RowOptions): RowAttribute;
}

View File

@ -26,7 +26,7 @@
* @crossplatform
* @form
* @atomicservice
* @since 13
* @since 14
*/
declare interface StackOptions {
/**
@ -148,7 +148,7 @@ interface StackInterface {
* @crossplatform
* @form
* @atomicservice
* @since 13
* @since 14
*/
(options?: StackOptions): StackAttribute;
}