UNPKG

@stencil/core

Version:

A Compiler for Web Components and Progressive Web Apps

7 lines (6 loc) 490 B
import * as d from '../../declarations'; export declare function generateEntryModules(config: d.Config, buildCtx: d.BuildCtx): void; export declare function createEntryModule(cmps: d.ComponentCompilerMeta[]): d.EntryModule; export declare function getEntryModes(cmps: d.ComponentCompilerMeta[]): string[]; export declare function getEntryEncapsulations(moduleFiles: d.Module[]): d.Encapsulation[]; export declare function getComponentStyleModes(cmpMeta: d.ComponentCompilerMeta): string[];