store-flag.d.ts 256 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 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; } }