UNPKG

@lwc/style-compiler

Version:

Transform style sheet to be consumed by the LWC engine

4 lines (3 loc) 152 B
import postcss from 'postcss'; import { Config } from './index'; export default function serialize(result: postcss.LazyResult, config: Config): string;