UNPKG

@lynx-js/template-webpack-plugin

Version:

Simplifies creation of Lynx template files to serve your webpack bundles

4 lines (3 loc) 215 B
import * as CSS from '@lynx-js/css-serializer'; import type { Plugin } from '@lynx-js/css-serializer'; export declare function cssToAst(content: string, plugins: Plugin[]): [CSS.LynxStyleNode[], CSS.ParserError[]];