From dc4641702cfc336c9bca78ea7c416555ca9e1b5e Mon Sep 17 00:00:00 2001 From: zzc0127 Date: Wed, 3 Sep 2025 08:39:42 +0000 Subject: [PATCH] update api/arkui/component/richEditor.static.d.ets. Signed-off-by: zzc0127 --- api/arkui/component/richEditor.static.d.ets | 1 + 1 file changed, 1 insertion(+) diff --git a/api/arkui/component/richEditor.static.d.ets b/api/arkui/component/richEditor.static.d.ets index 505c161698..93fecde458 100644 --- a/api/arkui/component/richEditor.static.d.ets +++ b/api/arkui/component/richEditor.static.d.ets @@ -1525,6 +1525,7 @@ export declare interface SelectionMenuOptions { * @interface PreviewMenuOptions * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 + * @noninterop */ export declare interface PreviewMenuOptions { /** -- Gitee