fix:basic

Signed-off-by: ywx1057076 <yanpei12@huawei.com>
This commit is contained in:
ywx1057076
2023-04-10 14:41:23 +08:00
parent a71f15bf44
commit eee1a7bea6
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
*/
import type accessibility from './@ohos.accessibility';
import type { AsyncCallback, Callback } from './basic';
import type { AsyncCallback, Callback } from './@ohos.base';
/**
* Configuration of the accessibility.
+2 -2
View File
@@ -13,8 +13,8 @@
* limitations under the License.
*/
import type { AsyncCallback } from './basic';
import type { Callback } from './basic';
import type { AsyncCallback } from './@ohos.base';
import type { Callback } from './@ohos.base';
/**
* Accessibility
+1 -1
View File
@@ -13,7 +13,7 @@
* limitations under the License.
*/
import type { AsyncCallback } from '../basic';
import type { AsyncCallback } from '../@ohos.base';
import ExtensionContext from './ExtensionContext';
import type accessibility from '../@ohos.accessibility';
import type { GesturePath } from '../@ohos.accessibility.GesturePath';