@stencil/core
Version:
A Compiler for Web Components and Progressive Web Apps
4 lines (3 loc) • 334 B
TypeScript
import * as d from '../../declarations';
export declare function getDefaultBundles(config: d.Config, buildCtx: d.BuildCtx, cmps: d.ComponentCompilerMeta[]): d.ComponentCompilerMeta[][];
export declare function getUserConfigBundles(config: d.Config, buildCtx: d.BuildCtx, cmps: d.ComponentCompilerMeta[]): d.ComponentCompilerMeta[][];