summaryrefslogtreecommitdiffstats
path: root/src/shims-vue.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/shims-vue.d.ts')
-rw-r--r--src/shims-vue.d.ts11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/shims-vue.d.ts b/src/shims-vue.d.ts
new file mode 100644
index 000000000..037b2a2d1
--- /dev/null
+++ b/src/shims-vue.d.ts
@@ -0,0 +1,11 @@
+/**
+ * Initially copied from typescript+vue2 project generated by @vue/cli-plugin v5.0.0
+ */
+declare module '*.vue' {
+ import Vue from 'vue';
+ export default Vue;
+};
+
+declare module '@nextcloud/vue/dist/Components/Button' {
+
+}; \ No newline at end of file