SBComp type

This commit is contained in:
Ulf Gebhardt 2023-12-14 01:04:10 +01:00
parent 3274299503
commit 3d28141447
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

4
types/SBComp.ts Normal file
View File

@ -0,0 +1,4 @@
import { ConcreteComponent } from 'vue'
// Storybook Component Type
export type SBComp = Omit<ConcreteComponent<unknown>, 'props'>