From abea978e2d5354939d0807f545d18371df59019f Mon Sep 17 00:00:00 2001 From: ywx1057076 Date: Mon, 10 Apr 2023 14:15:43 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9Abasic?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ywx1057076 --- interfaces/kits/js/napi/@ohos.document.d.ts | 2 +- interfaces/kits/js/napi/@ohos.environment.d.ts | 2 +- interfaces/kits/js/napi/@ohos.fileio.d.ts | 2 +- interfaces/kits/js/napi/@ohos.securityLabel.d.ts | 2 +- interfaces/kits/js/napi/@ohos.statfs.d.ts | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/interfaces/kits/js/napi/@ohos.document.d.ts b/interfaces/kits/js/napi/@ohos.document.d.ts index 88df1e0cf..1caf2781e 100644 --- a/interfaces/kits/js/napi/@ohos.document.d.ts +++ b/interfaces/kits/js/napi/@ohos.document.d.ts @@ -12,7 +12,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -import { AsyncCallback } from './basic' +import { AsyncCallback } from './@ohos.base' export default document; diff --git a/interfaces/kits/js/napi/@ohos.environment.d.ts b/interfaces/kits/js/napi/@ohos.environment.d.ts index 4ecb97804..099e6a268 100644 --- a/interfaces/kits/js/napi/@ohos.environment.d.ts +++ b/interfaces/kits/js/napi/@ohos.environment.d.ts @@ -13,7 +13,7 @@ * limitations under the License. */ -import {AsyncCallback, Callback} from "./basic"; +import {AsyncCallback, Callback} from "./@ohos.base"; /** * Provides Environment APIs. diff --git a/interfaces/kits/js/napi/@ohos.fileio.d.ts b/interfaces/kits/js/napi/@ohos.fileio.d.ts index d074897db..231ce1346 100644 --- a/interfaces/kits/js/napi/@ohos.fileio.d.ts +++ b/interfaces/kits/js/napi/@ohos.fileio.d.ts @@ -12,7 +12,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -import { AsyncCallback } from './basic' +import { AsyncCallback } from './@ohos.base' export default fileIO; diff --git a/interfaces/kits/js/napi/@ohos.securityLabel.d.ts b/interfaces/kits/js/napi/@ohos.securityLabel.d.ts index 8e3b8629f..6e6f66344 100644 --- a/interfaces/kits/js/napi/@ohos.securityLabel.d.ts +++ b/interfaces/kits/js/napi/@ohos.securityLabel.d.ts @@ -13,7 +13,7 @@ * limitations under the License. */ -import {AsyncCallback, Callback} from "./basic"; +import {AsyncCallback, Callback} from "./@ohos.base"; /** * Provides securityLabel APIs diff --git a/interfaces/kits/js/napi/@ohos.statfs.d.ts b/interfaces/kits/js/napi/@ohos.statfs.d.ts index 4a83f02b8..4af87eadb 100644 --- a/interfaces/kits/js/napi/@ohos.statfs.d.ts +++ b/interfaces/kits/js/napi/@ohos.statfs.d.ts @@ -13,7 +13,7 @@ * limitations under the License. */ -import {AsyncCallback, Callback} from "./basic"; +import {AsyncCallback, Callback} from "./@ohos.base"; /** * Provides filesystem statistics APIs -- Gitee