Files
RmEye/Web/syseye/src/quasar.d.ts
huoji 7006b663f3 1
2022-08-22 20:15:23 +08:00

8 lines
397 B
TypeScript

// Forces TS to apply `@quasar/app` augmentations of `quasar` package
// Removing this would break `quasar/wrappers` imports as those typings are declared
// into `@quasar/app`
// As a side effect, since `@quasar/app` reference `quasar` to augment it,
// this declaration also apply `quasar` own
// augmentations (eg. adds `$q` into Vue component context)
/// <reference types="@quasar/app" />