@stencil/react-output-target
Version:
React output target for @stencil/core components.
9 lines (7 loc) • 321 B
TypeScript
import { ComponentCompilerMeta } from '@stencil/core/internal';
import { Project } from 'ts-morph';
export declare const createEsModulesComponentsFile: ({ components, project, outDir, }: {
components: ComponentCompilerMeta[];
project?: Project;
outDir?: string;
}) => Promise<import('ts-morph').SourceFile>;