chore: type
This commit is contained in:
8
src/types/shims-uni.d.ts
vendored
Normal file
8
src/types/shims-uni.d.ts
vendored
Normal 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 {}
|
||||
}
|
||||
Reference in New Issue
Block a user