UNPKG

@lynx-js/template-webpack-plugin

Version:

Simplifies creation of Lynx template files to serve your webpack bundles

4 lines (3 loc) 183 B
import type { StyleInfo } from './StyleInfo.js'; import * as CSS from '../css/index.js'; export declare function genStyleInfo(cssMap: Record<string, CSS.LynxStyleNode[]>): StyleInfo;