UNPKG

@lynx-js/template-webpack-plugin

Version:

Simplifies creation of Lynx template files to serve your webpack bundles

11 lines (10 loc) 229 B
export interface CSSRule { sel: string[][][]; decl: [string, string][]; } export interface OneInfo { content: string[]; rules: CSSRule[]; imports?: string[]; } export type StyleInfo = Record<string, OneInfo>;