From a4c752447f649cefb8cc7339e21572aa233446d9 Mon Sep 17 00:00:00 2001 From: zzs110 Date: Thu, 24 Nov 2022 11:34:13 +0800 Subject: [PATCH] =?UTF-8?q?api9=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zzs110 --- api/@ohos.pasteboard.d.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/api/@ohos.pasteboard.d.ts b/api/@ohos.pasteboard.d.ts index 722c99abcf..7de65d4acc 100644 --- a/api/@ohos.pasteboard.d.ts +++ b/api/@ohos.pasteboard.d.ts @@ -19,7 +19,6 @@ import image from './@ohos.multimedia.image'; /** * systemPasteboard * @syscap SystemCapability.MiscServices.Pasteboard - * @import import pasteboard from '@ohos.pasteboard'; */ declare namespace pasteboard { /** @@ -184,7 +183,7 @@ declare namespace pasteboard { LocalDevice, /** * CrossDevice indicates that paste in any app across devices is allowed. - * @since9 + * @since 9 */ CrossDevice } -- Gitee