simondh's picture
front
cc651f6
raw
history blame
168 Bytes
import type { Container } from 'postcss';
import type { Model } from './model';
export declare function desugarAndParseLayerNames(root: Container, model: Model): void;