@stencil/core
Version:
A Compiler for Web Components and Progressive Web Apps
6 lines (5 loc) • 663 B
TypeScript
import * as d from '../../declarations';
export declare function getComponentStylesCache(config: d.Config, compilerCtx: d.CompilerCtx, buildCtx: d.BuildCtx, cmp: d.ComponentCompilerMeta, styleMeta: d.StyleCompiler, commentOriginalSelector: boolean): Promise<d.StyleCompiler>;
export declare function isChangedStyleEntryFile(buildCtx: d.BuildCtx, styleMeta: d.StyleCompiler): boolean;
export declare function setComponentStylesCache(compilerCtx: d.CompilerCtx, cmp: d.ComponentCompilerMeta, styleMeta: d.StyleCompiler): void;
export declare function updateLastStyleComponetInputs(config: d.Config, compilerCtx: d.CompilerCtx, buildCtx: d.BuildCtx): Promise<void>;