uni-qnc-toc/src/shims.d.ts

7 lines
139 B
TypeScript
Raw Normal View History

2024-12-24 11:41:46 +08:00
export {}
declare module 'vue' {
type Hooks = App.AppInstance & Page.PageInstance
interface ComponentCustomOptions extends Hooks {}
}