UNPKG

@storybook/addon-contexts

Version:
4 lines (3 loc) 196 B
import { Render } from '../../index'; export declare const renderVue: Render<Vue.Component>; export declare const withContexts: (contexts: import("../../shared/types").AddonSetting[]) => unknown;