@stencil/vue-output-target
Version:
Vue output target for @stencil/core components.
4 lines (3 loc) • 310 B
TypeScript
import { ComponentCompilerMeta } from '@stencil/core/internal';
import { OutputTargetVue } from './types';
export declare const createComponentDefinition: (importTypes: string, outputTarget: OutputTargetVue) => (cmpMeta: Pick<ComponentCompilerMeta, "properties" | "tagName" | "methods" | "events">) => string;