4chud-Captcha-solver/modules.d.ts
2023-05-08 20:39:36 +02:00

11 lines
181 B
TypeScript

declare module '@vue/runtime-core' {
interface ComponentCustomProperties {
$app: {
context: string
}
}
}
// https://stackoverflow.com/a/64189046/479957
export {}