generated from Goyslop/vite-vue-webext
11 lines
181 B
TypeScript
11 lines
181 B
TypeScript
declare module '@vue/runtime-core' {
|
|
interface ComponentCustomProperties {
|
|
$app: {
|
|
context: string
|
|
}
|
|
}
|
|
}
|
|
|
|
// https://stackoverflow.com/a/64189046/479957
|
|
export {}
|