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 56dc2877f8493dd1d1fd153c37c0f71b5a43d378..2242d4b5593cd28e0f1e4e1bf29f59db1e6a4ba0 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 87cb3e07768c4d6e2a02b76b96e655668cc8e27a..8753dfc340530b019daf16e113348e1b7f65336a 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 5d1c75ce955c75000fef27cf1a4fd9d4b15224a1..123ec262e81570998f0062d08b53dc6d5747696e 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 ab83c86bec7c2af268deedebf0ee2b1818315721..800ab44651325fe6f7b1c008175e734521a4da61 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");