UNPKG

@stencil/core

Version:

A Compiler for Web Components and Progressive Web Apps

10 lines (9 loc) 473 B
import * as d from '../../declarations'; export declare function generateComponentStyles(config: d.Config, compilerCtx: d.CompilerCtx, buildCtx: d.BuildCtx): Promise<void[][]>; export declare function getStyleId(cmp: d.ComponentCompilerMeta, modeName: string, isScopedStyles: boolean): string; export declare function escapeCssForJs(style: string): string; export declare const PLUGIN_HELPERS: { pluginName: string; pluginId: string; pluginExts: string[]; }[];