@superdesk/common
v0.0.28
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
6,587
Keywords
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
.