p2p-explorer-web/shims-uni.d.ts

9 lines
199 B
TypeScript
Raw Permalink Normal View History

2025-01-02 03:21:04 +00:00
/// <reference types='@dcloudio/types' />
import 'vue'
declare module '@vue/runtime-core' {
type Hooks = App.AppInstance & Page.PageInstance
interface ComponentCustomOptions extends Hooks {}
}