UNPKG

196 BTypeScriptView Raw
1import { Render } from '../../index';
2export declare const renderVue: Render<Vue.Component>;
3export declare const withContexts: (contexts: import("../../shared/types").AddonSetting[]) => unknown;