chore: type

This commit is contained in:
菲鸽
2024-04-20 20:09:04 +08:00
parent 576df18a23
commit 1c429cc4c0

8
src/types/shims-uni.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
/// <reference types='@dcloudio/types' />
import 'vue'
declare module '@vue/runtime-core' {
type Hooks = App.AppInstance & Page.PageInstance
interface ComponentCustomOptions extends Hooks {}
}