UNPKG

@stencil/vue-output-target

Version:

Vue output target for @stencil/core components.

5 lines (4 loc) 314 B
import type { Config, OutputTargetCustom } from '@stencil/core/internal'; import type { OutputTargetVue } from './types'; export declare const vueOutputTarget: (outputTarget: OutputTargetVue) => OutputTargetCustom; export declare function normalizeOutputTarget(config: Config, outputTarget: any): OutputTargetVue;