summaryrefslogtreecommitdiffstats
path: root/src/shims-vue.d.ts
blob: 43c92079462242fad9353796165cc49ec1dde204 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/**
 * Initially copied from typescript+vue2 project generated by @vue/cli-plugin v5.0.0
 */
declare module '*.vue' {
  import Vue from 'vue';
  export default Vue;
};

// Necessary for All Nextcloud Vue components
declare module '@nextcloud/vue/dist/Components/*' {

};