mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-23 07:10:52 +00:00
commit
0b2f8e03dc
4
api/@internal/component/ets/column.d.ts
vendored
4
api/@internal/component/ets/column.d.ts
vendored
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
4
api/@internal/component/ets/row.d.ts
vendored
4
api/@internal/component/ets/row.d.ts
vendored
@ -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;
|
||||
}
|
||||
|
4
api/@internal/component/ets/stack.d.ts
vendored
4
api/@internal/component/ets/stack.d.ts
vendored
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user