SYNC change of type to app/vue

This commit is contained in:
Norbert de Langen 2019-07-29 21:31:02 +02:00
parent 808b7ac76b
commit 2758ea47a4

View File

@ -107,7 +107,7 @@ const framework = 'vue';
interface ClientApi extends ClientStoryApi<StoryFnVueReturnType> {
setAddon(addon: any): void;
configure(loader: Loadable, module: NodeModule, framework: string): void;
configure(loader: Loadable, module: NodeModule): void;
getStorybook(): IStorybookSection[];
clearDecorators(): void;
forceReRender(): void;