@sourcefabric/common
v0.0.69
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
7,170
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.
