UNPKG

@lwc/style-compiler

Version:

Transform style sheet to be consumed by the LWC engine

4 lines 215 B
import type { Root } from 'postcss'; import type { StyleCompilerCtx } from '../utils/error-recovery'; export default function process(root: Root, ctx: StyleCompilerCtx): void; //# sourceMappingURL=transform.d.ts.map