UNPKG

@stencil/core

Version:

A Compiler for Web Components and Progressive Web Apps

13 lines (12 loc) 261 B
import * as d from '.'; export interface OptimizeCssInput { css: string; filePath: string; autoprefixer: any; minify: boolean; legecyBuild: boolean; } export interface OptimizeCssOutput { css: string; diagnostics?: d.Diagnostic[]; }