UNPKG

@lwc/style-compiler

Version:

Transform style sheet to be consumed by the LWC engine

4 lines 192 B
import type { Config } from './index'; import type { Result } from 'postcss'; export default function serialize(result: Result, config: Config): string; //# sourceMappingURL=serialize.d.ts.map