mirror of
https://gitee.com/dcloud/uni-preset-vue
synced 2026-05-11 00:00:01 +08:00
6 lines
140 B
TypeScript
6 lines
140 B
TypeScript
export {};
|
|
|
|
declare module "vue" {
|
|
type Hooks = App.AppInstance & Page.PageInstance;
|
|
interface ComponentCustomOptions extends Hooks {}
|
|
} |