mirror of
https://github.com/containous/traefik.git
synced 2024-12-22 13:34:03 +03:00
11 lines
275 B
TypeScript
11 lines
275 B
TypeScript
/* eslint-disable */
|
|
// 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 {
|
|
pwa: true;
|
|
}
|
|
}
|