UNPKG

@stencil/postcss

Version:

The Stencil PostCSS Plugin

10 lines (9 loc) 205 B
export * from '@stencil/core/internal'; export interface PluginOptions { injectGlobalPaths?: string[]; plugins?: any[]; } export interface RendererOptions { data: string; plugins: any[]; }