diff --git a/api/@ohos.arkui.advanced.FullScreenLaunchComponent.static.d.ets b/api/@ohos.arkui.advanced.FullScreenLaunchComponent.static.d.ets index 6b52a4042d041b58b9bc6c251971f1d9365a259e..3ca1a97816e7aecff9df9d2f2f53c9406dea2565 100644 --- a/api/@ohos.arkui.advanced.FullScreenLaunchComponent.static.d.ets +++ b/api/@ohos.arkui.advanced.FullScreenLaunchComponent.static.d.ets @@ -1,3 +1,4 @@ +'use static'; /* * Copyright (c) 2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/api/@ohos.arkui.inspector.static.d.ets b/api/@ohos.arkui.inspector.static.d.ets index a454ff026763f729aa800ac4d92fbe9b1e1cbf1d..8bc51f4a82e2c2f60f0182c981e0fe06269d6d77 100644 --- a/api/@ohos.arkui.inspector.static.d.ets +++ b/api/@ohos.arkui.inspector.static.d.ets @@ -1,3 +1,4 @@ +'use static'; /* * Copyright (c) 2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/api/@ohos.pluginComponent.static.d.ets b/api/@ohos.pluginComponent.static.d.ets index d61c495c85f668a0ed88ab0edb80a0fca376a63f..05773cd4d703ff7bf94292be59e35e20c0918380 100644 --- a/api/@ohos.pluginComponent.static.d.ets +++ b/api/@ohos.pluginComponent.static.d.ets @@ -1,3 +1,4 @@ +'use static'; /* * Copyright (c) 2021-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/api/arkui/component/embeddedComponent.static.d.ets b/api/arkui/component/embeddedComponent.static.d.ets index 299e0a8f9e5696394016d6727c01b406457a7932..cfcc7245bdd0f99534fddac686953a8dd9063864 100644 --- a/api/arkui/component/embeddedComponent.static.d.ets +++ b/api/arkui/component/embeddedComponent.static.d.ets @@ -1,3 +1,4 @@ +'use static'; /* * Copyright (c) 2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/api/arkui/component/interop.static.d.ets b/api/arkui/component/interop.static.d.ets index 3bffbf685c88c37437cdcd202f6fe8340b9e1209..8bd6ff14058b6a0972631a3b2968b43b9336fd07 100644 --- a/api/arkui/component/interop.static.d.ets +++ b/api/arkui/component/interop.static.d.ets @@ -1,4 +1,4 @@ -'use static' +'use static'; /* * Copyright (c) 2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/api/arkui/component/pluginComponent.static.d.ets b/api/arkui/component/pluginComponent.static.d.ets index a9a9ed0b58ffd7f0c122814bd5144957e856bdc0..027a3ce437fd9d986e6839faa8232a1b6c8065d7 100644 --- a/api/arkui/component/pluginComponent.static.d.ets +++ b/api/arkui/component/pluginComponent.static.d.ets @@ -1,3 +1,4 @@ +'use static'; /* * Copyright (c) 2021-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/api/arkui/component/uiExtensionComponent.static.d.ets b/api/arkui/component/uiExtensionComponent.static.d.ets index 6a71e3246587d2ab8961d52ddb2a6b0ae60b8e40..a24217299b4d058ec190228db304c644322fb361 100644 --- a/api/arkui/component/uiExtensionComponent.static.d.ets +++ b/api/arkui/component/uiExtensionComponent.static.d.ets @@ -1,3 +1,4 @@ +'use static'; /* * Copyright (c) 2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License");