@stencil/core
Version:
A Compiler for Web Components and Progressive Web Apps
4 lines (3 loc) • 313 B
TypeScript
import * as d from '../../declarations';
export declare function scopeComponentCss(config: d.Config, buildCtx: d.BuildCtx, cmp: d.ComponentCompilerMeta, mode: string, cssText: string, commentOriginalSelector: boolean): Promise<string>;
export declare const getScopeId: (tagName: string, mode?: string) => string;