From a7a8fb89d348caad75ef53784f0f4cb5b3b00ba2 Mon Sep 17 00:00:00 2001 From: joe59 Date: Wed, 16 Sep 2020 08:43:08 +0200 Subject: [PATCH] initial commit --- src/store/store-flag.d.ts | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/store/store-flag.d.ts diff --git a/src/store/store-flag.d.ts b/src/store/store-flag.d.ts new file mode 100644 index 0000000..ec274bd --- /dev/null +++ b/src/store/store-flag.d.ts @@ -0,0 +1,9 @@ +// THIS FEATURE-FLAG FILE IS AUTOGENERATED, +// REMOVAL OR CHANGES WILL CAUSE RELATED TYPES TO STOP WORKING +import "quasar/dist/types/feature-flag"; + +declare module "quasar/dist/types/feature-flag" { + interface QuasarFeatureFlags { + store: true; + } +}