mirror of
https://github.com/openharmony/accessibility.git
synced 2026-08-25 11:51:38 -04:00
+1
-1
@@ -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
@@ -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
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user