@sourcefabric/common
v0.0.39
Published
Type inference doesn't work well with generics in `Story.args`. Instead, define your own IProps and use `args: props as unknown as any`.
Downloads
905
Readme
Storybook notes
Type inference doesn't work well with generics in Story.args
. Instead, define your own IProps and use args: props as unknown as any
.