Type definitions for @storybook/vue
(https://github.com/storybooks/storybook)
Basically this repository is almost same as @types/storybook__react, It is unofficial.
$ npm install types-storybook-vue --save-dev
In the tsconfig.json
{
...
"include": [
"node_modules/types-storybook-vue"
]
}