From 77d2e01fc0dea8795c8eeec6c13ef8eca21489ca Mon Sep 17 00:00:00 2001 From: Braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Thu, 21 Oct 2021 00:24:59 +0200 Subject: [PATCH] update: types * Add elements to flowoptions type * add window interface to custom shims --- src/additional-components/Background/Background.vue | 4 ++-- src/additional-components/Controls/Controls.vue | 6 +++--- src/additional-components/MiniMap/MiniMap.vue | 10 +++++----- src/container/Flow/Flow.vue | 5 ++++- src/custom.d.ts | 3 +++ src/types/types.ts | 5 +++-- 6 files changed, 20 insertions(+), 13 deletions(-) diff --git a/src/additional-components/Background/Background.vue b/src/additional-components/Background/Background.vue index f0364e08..185bbfc6 100644 --- a/src/additional-components/Background/Background.vue +++ b/src/additional-components/Background/Background.vue @@ -1,9 +1,9 @@