UNPKG

@lynx-js/template-webpack-plugin

Version:

Simplifies creation of Lynx template files to serve your webpack bundles

7 lines (6 loc) 297 B
import type * as CSS from '@lynx-js/css-serializer'; export declare function cssChunksToMap(cssChunks: string[], plugins: CSS.Plugin[], enableCSSSelector: boolean): { cssMap: Record<string, CSS.LynxStyleNode[]>; cssSource: Record<string, string>; contentMap: Map<number, string[]>; };