mirror of
https://gitee.com/dcloud/uni-preset-vue
synced 2025-04-09 07:13:05 +08:00
9 lines
161 B
TypeScript
9 lines
161 B
TypeScript
import 'vue'
|
|
|
|
declare module "@vue/runtime-core" {
|
|
type Hooks = App.AppInstance & Page.PageInstance;
|
|
interface ComponentCustomOptions extends Hooks {
|
|
|
|
}
|
|
}
|