From 8c4de7f30a941488699f90b3194e73df8b5de844 Mon Sep 17 00:00:00 2001 From: li-yaoyao777 Date: Wed, 16 Nov 2022 17:37:00 +0800 Subject: [PATCH] =?UTF-8?q?api=E9=97=AE=E9=A2=98=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: li-yaoyao777 --- api/@ohos.sensor.d.ts | 1 + api/@ohos.vibrator.d.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/api/@ohos.sensor.d.ts b/api/@ohos.sensor.d.ts index df80a4ddda..c6763f1b69 100644 --- a/api/@ohos.sensor.d.ts +++ b/api/@ohos.sensor.d.ts @@ -12,6 +12,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import { AsyncCallback, Callback } from "./basic"; /** diff --git a/api/@ohos.vibrator.d.ts b/api/@ohos.vibrator.d.ts index 7fb0183ac9..1aaad0d2e8 100755 --- a/api/@ohos.vibrator.d.ts +++ b/api/@ohos.vibrator.d.ts @@ -12,6 +12,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + import { AsyncCallback } from './basic'; /** -- Gitee