mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 15:31:16 +08:00
SYNC change of type to app/vue
This commit is contained in:
parent
808b7ac76b
commit
2758ea47a4
@ -107,7 +107,7 @@ const framework = 'vue';
|
|||||||
|
|
||||||
interface ClientApi extends ClientStoryApi<StoryFnVueReturnType> {
|
interface ClientApi extends ClientStoryApi<StoryFnVueReturnType> {
|
||||||
setAddon(addon: any): void;
|
setAddon(addon: any): void;
|
||||||
configure(loader: Loadable, module: NodeModule, framework: string): void;
|
configure(loader: Loadable, module: NodeModule): void;
|
||||||
getStorybook(): IStorybookSection[];
|
getStorybook(): IStorybookSection[];
|
||||||
clearDecorators(): void;
|
clearDecorators(): void;
|
||||||
forceReRender(): void;
|
forceReRender(): void;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user