You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 5, 2023. It is now read-only.
ERROR in /Users/ashish/components-storybook/src/stories/Checkbox.story.tsx(6,32)
TS7016: Could not find a declaration file for module 'storybook-addon-smart-knobs'. '/Users/ashish/components-storybookbook/node_modules/storybook-addon-smart-knobs/dist/index.js' implicitly has an 'any' type.
Filecontents of line (6,32):
import { withSmartKnobs } from "storybook-addon-smart-knobs";
Steps to reproduce the behavior
Install yarn add -D storybook-addon-smart-knobs
add decorator to storiesOf as .addDecorator((getStory)