UNPKG

next

Version:

The React Framework

12 lines (11 loc) 264 B
declare const plugin: { (options?: any): { postcssPlugin: string; prepare(result: any): { Declaration(declaration: any): void; OnceExit(): Promise<void>; }; }; postcss: boolean; }; export default plugin;