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'>