From ab1e852b6cabc0047844edd6719361e040475253 Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Thu, 11 Jan 2024 18:48:55 -0600 Subject: [PATCH] refactor: abstract button compnoent props type --- web/components/Brand/Button.vue | 24 +++++------------------- web/types/ui/button.ts | 16 ++++++++++++++++ 2 files changed, 21 insertions(+), 19 deletions(-) create mode 100644 web/types/ui/button.ts diff --git a/web/components/Brand/Button.vue b/web/components/Brand/Button.vue index aa60cf3fa..fd2e45a51 100644 --- a/web/components/Brand/Button.vue +++ b/web/components/Brand/Button.vue @@ -1,24 +1,8 @@