diff --git a/api/arkui/component/forEach.static.d.ets b/api/arkui/component/forEach.static.d.ets index acb502e90813de21b002939094a214127bac9b3d..d580f3b255269075af746fcf7a53638e14b13c27 100644 --- a/api/arkui/component/forEach.static.d.ets +++ b/api/arkui/component/forEach.static.d.ets @@ -52,6 +52,7 @@ declare type KeyGeneratorFunc = (item: T, index: number) => string; * @interface ForEachAttribute * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 + * @noninterop */ export interface ForEachAttribute extends DynamicNode {} @@ -63,6 +64,7 @@ export interface ForEachAttribute extends DynamicNode {} * @param { KeyGeneratorFunc } [keyGenerator] - key generator function * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 + * @noninterop */ @ComponentBuilder export declare function ForEach(arr: Array, diff --git a/api/arkui/component/lazyForEach.static.d.ets b/api/arkui/component/lazyForEach.static.d.ets index dcfcfc8d3f1232f08a99ee981db2fdb1bd622210..bdeb5dc794987a6c1d9b9a777b48beb8db658722 100644 --- a/api/arkui/component/lazyForEach.static.d.ets +++ b/api/arkui/component/lazyForEach.static.d.ets @@ -471,6 +471,7 @@ export interface IDataSource { * @interface LazyForEachAttribute * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 + * @noninterop */ export interface LazyForEachAttribute extends DynamicNode {} @@ -507,6 +508,7 @@ declare type KeyGeneratorFunc = (item: T, index: number) => string; * @returns { LazyForEachAttribute } LazyForEach attribute * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 + * @noninterop */ @ComponentBuilder export declare function LazyForEach(dataSource: IDataSource, diff --git a/api/arkui/component/repeat.static.d.ets b/api/arkui/component/repeat.static.d.ets index e134d40ca10875d5954b01611d3710e44af62fa0..26d63620420f3c86f587ed1dc176f5a844c91ec1 100644 --- a/api/arkui/component/repeat.static.d.ets +++ b/api/arkui/component/repeat.static.d.ets @@ -188,6 +188,7 @@ export interface TemplateOptions { * @typedef RepeatAttribute * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 + * @noninterop */ export interface RepeatAttribute extends DynamicNode { /** @@ -247,6 +248,7 @@ export interface RepeatAttribute extends DynamicNode { * @returns { RepeatAttribute } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 + * @noninterop */ @ComponentBuilder export declare function Repeat(arr: RepeatArray): RepeatAttribute; \ No newline at end of file