mirror of
https://github.com/IT4Change/boilerplate-frontend.git
synced 2025-12-13 07:35:53 +00:00
SBComp type
This commit is contained in:
parent
3274299503
commit
3d28141447
4
types/SBComp.ts
Normal file
4
types/SBComp.ts
Normal file
@ -0,0 +1,4 @@
|
||||
import { ConcreteComponent } from 'vue'
|
||||
|
||||
// Storybook Component Type
|
||||
export type SBComp = Omit<ConcreteComponent<unknown>, 'props'>
|
||||
Loading…
x
Reference in New Issue
Block a user