update api/@ohos.arkui.UIContext.d.ts.

Signed-off-by: luoying_ace <luoying19@huawei.com>
This commit is contained in:
luoying_ace 2024-03-30 08:27:35 +00:00 committed by Gitee
parent 2575cf5e62
commit 388475ef1d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -45,7 +45,6 @@ import { TimePickerDialogOptions } from 'TimePickerDialogParam';
import { TextPickerDialogOptions } from 'textPickerDialogParam';
import type { CustomBuilder, DragItemInfo, DragEvent } from 'DragControllerParam';
import type dragController from './@ohos.arkui.dragController';
import type { ComponentContent } from './arkui/ComponentContent';
import { LocalStorage } from 'StateManagement';
import type common from './@ohos.app.ability.common';