提交 650befc5 编写于 作者: D DCloud_LXH

feat: types

上级 15caf79c
...@@ -12,7 +12,7 @@ import { remove } from '@vue/shared' ...@@ -12,7 +12,7 @@ import { remove } from '@vue/shared'
import { defineSyncApi } from '../../helpers/api' import { defineSyncApi } from '../../helpers/api'
type AppShowHook = (options: UniApp.LaunchOptionsApp) => void type AppShowHook = (options: UniApp.GetLaunchOptionsSyncOptions) => void
type AppHideHook = () => void type AppHideHook = () => void
interface AppHooks { interface AppHooks {
onUnhandledRejection: UniApp.OnUnhandledRejectionCallback[] onUnhandledRejection: UniApp.OnUnhandledRejectionCallback[]
......
...@@ -5,7 +5,7 @@ importers: ...@@ -5,7 +5,7 @@ importers:
.: .:
specifiers: specifiers:
'@babel/preset-env': ^7.16.11 '@babel/preset-env': ^7.16.11
'@dcloudio/types': ^2.6.4 '@dcloudio/types': ^2.6.6
'@dcloudio/uni-api': 3.0.0-alpha-3040820220424001 '@dcloudio/uni-api': 3.0.0-alpha-3040820220424001
'@dcloudio/uni-app': 3.0.0-alpha-3040820220424001 '@dcloudio/uni-app': 3.0.0-alpha-3040820220424001
'@jest/types': ^27.0.2 '@jest/types': ^27.0.2
...@@ -53,7 +53,7 @@ importers: ...@@ -53,7 +53,7 @@ importers:
yorkie: ^2.0.0 yorkie: ^2.0.0
devDependencies: devDependencies:
'@babel/preset-env': 7.16.11 '@babel/preset-env': 7.16.11
'@dcloudio/types': 2.6.4 '@dcloudio/types': 2.6.6
'@dcloudio/uni-api': link:packages/uni-api '@dcloudio/uni-api': link:packages/uni-api
'@dcloudio/uni-app': link:packages/uni-app '@dcloudio/uni-app': link:packages/uni-app
'@jest/types': 27.4.2 '@jest/types': 27.4.2
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册