diff --git a/api/@internal/component/ets/common.d.ts b/api/@internal/component/ets/common.d.ts index 9a75def6bebc5b61741d1bed21b591c3c744c732..0f109d96c8c2a6ba8d10a5e3675041f01686ab20 100644 --- a/api/@internal/component/ets/common.d.ts +++ b/api/@internal/component/ets/common.d.ts @@ -639,7 +639,7 @@ declare namespace focusControl { * Request focus to the specific component by param: 'id/key'. * @since 9 */ - declare function requestFocus(value: string): boolean; + function requestFocus(value: string): boolean; } /**