@stencil/postcss
Version:
The Stencil PostCSS Plugin
5 lines (4 loc) • 306 B
TypeScript
import type * as d from './declarations';
export declare function usePlugin(fileName: string): boolean;
export declare function getRenderOptions(opts: d.PluginOptions, sourceText: string, context: d.PluginCtx): Partial<d.RendererOptions>;
export declare function createResultsId(fileName: string): string;