UNPKG

@stencil/core

Version:

A Compiler for Web Components and Progressive Web Apps

4 lines (3 loc) 298 B
import * as d from '../../declarations'; export declare function generateGlobalStyles(config: d.Config, compilerCtx: d.CompilerCtx, buildCtx: d.BuildCtx): Promise<void>; export declare function buildGlobalStyles(config: d.Config, compilerCtx: d.CompilerCtx, buildCtx: d.BuildCtx): Promise<string>;