when i create a storybook like this:
export default { title: \'Some Component Storybook\', decorators: [withKnobs], component: SomeComponent, } as Meta;