@revolist/svelte-output-target
Version:
Svelte output target for @stencil/core components.
4 lines (3 loc) • 309 B
TypeScript
import type { ComponentCompilerMeta } from '@stencil/core/internal';
import { ComponentBindingConfig } from './types';
export declare const createComponentDefinition: (cmpMeta: Pick<ComponentCompilerMeta, "properties" | "tagName" | "methods" | "events">, bindingsConfig?: ComponentBindingConfig[]) => string;