From e2f7350d637c172ef036d296c1ff0e883c3bd0f3 Mon Sep 17 00:00:00 2001 From: guojin31 Date: Fri, 29 Aug 2025 18:06:09 +0800 Subject: [PATCH] =?UTF-8?q?IMEKit=E9=80=82=E9=85=8D1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: guojin31 --- kits/@kit.IMEKit.d.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/kits/@kit.IMEKit.d.ts b/kits/@kit.IMEKit.d.ts index 1edea4cb31..64cee1d373 100644 --- a/kits/@kit.IMEKit.d.ts +++ b/kits/@kit.IMEKit.d.ts @@ -30,3 +30,13 @@ export { InputMethodExtensionAbility, InputMethodExtensionContext, InputMethodSubtype, inputMethod, inputMethodEngine, InputMethodListDialog, PatternOptions, Pattern, PanelInfo, PanelType, PanelFlag }; + +/*** if arkts 1.2 */ +import inputMethod from '@ohos.inputMethod'; +import InputMethodSubtype from '@ohos.InputMethodSubtype'; +import { PanelInfo, PanelType, PanelFlag } from '@ohos.inputMethod.Panel'; + +export { + inputMethod, InputMethodSubtype, PanelInfo, PanelType, PanelFlag +}; +/*** endif */ -- Gitee