All Downloads are FREE. Search and download functionalities are using the official Maven repository.

generator.client.vue.webapp.app.env.d.ts.mustache Maven / Gradle / Ivy

There is a newer version: 1.22.0
Show newest version
/// 

declare module '*.vue' {
  import { DefineComponent } from 'vue';
  // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/ban-types
  const component: DefineComponent<{}, {}, any>;
  export default component;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy