uniapp-miniprogram / src /shime-uni.d.ts
Trae Assistant
initial commit
e3bbdaf
raw
history blame contribute delete
139 Bytes
export {}
declare module "vue" {
type Hooks = App.AppInstance & Page.PageInstance;
interface ComponentCustomOptions extends Hooks {}
}