diff --git a/api/arkui/component/withTheme.static.d.ets b/api/arkui/component/withTheme.static.d.ets index 1c386182d7f64f99418679e8bcaf8507c5e9c57d..63f853b88aa3bdcc0c54ca755a0e1fb2260bdad3 100644 --- a/api/arkui/component/withTheme.static.d.ets +++ b/api/arkui/component/withTheme.static.d.ets @@ -55,6 +55,7 @@ export declare interface WithThemeOptions { * * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 + * @noninterop */ export declare interface WithThemeAttribute {} @@ -66,6 +67,7 @@ export declare interface WithThemeAttribute {} * @returns { WithThemeAttribute } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 + * @noninterop */ @memo @ComponentBuilder