From c9ee7738b326bd5f9577406fb054d164fe1be95d Mon Sep 17 00:00:00 2001 From: yihao_lin Date: Fri, 25 Jul 2025 11:53:05 +0800 Subject: [PATCH] =?UTF-8?q?keyboardshortcut=E5=8F=AF=E9=80=89=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E5=88=A0=E9=99=A4undefined?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yihao_lin Change-Id: I3504520329d336e77750a5e1bb7e5936be111e07 --- api/arkui/component/common.static.d.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/arkui/component/common.static.d.ets b/api/arkui/component/common.static.d.ets index 31b466c06d..e4cf42dc04 100644 --- a/api/arkui/component/common.static.d.ets +++ b/api/arkui/component/common.static.d.ets @@ -12699,7 +12699,7 @@ export declare interface CommonMethod { * @atomicservice * @since 20 */ - default keyboardShortcut(value: string | FunctionKey | undefined, keys: Array | undefined, action?: (() => void) | undefined): this; + default keyboardShortcut(value: string | FunctionKey | undefined, keys: Array | undefined, action?: () => void): this; /** * Sets whether to enable accessibility grouping. * -- Gitee