From 3d28141447ec8b2131d1ecd2d65ad50fcd96ad9a Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Thu, 14 Dec 2023 01:04:10 +0100 Subject: [PATCH] SBComp type --- types/SBComp.ts | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 types/SBComp.ts diff --git a/types/SBComp.ts b/types/SBComp.ts new file mode 100644 index 0000000..5e44279 --- /dev/null +++ b/types/SBComp.ts @@ -0,0 +1,4 @@ +import { ConcreteComponent } from 'vue' + +// Storybook Component Type +export type SBComp = Omit, 'props'>