UNPKG

@stencil/core

Version:

A Compiler for Web Components and Progressive Web Apps

7 lines (6 loc) 299 B
import * as d from '../../declarations'; export declare function componentEntryPlugin(config: d.Config, compilerCtx: d.CompilerCtx, buildCtx: d.BuildCtx, build: d.Build, entryModules: d.EntryModule[]): { name: string; resolveId(id: string): string; load(id: string): Promise<string>; };