Spaces:
Sleeping
Sleeping
File size: 184 Bytes
cc651f6 |
1 2 3 4 |
import type { Container, ChildNode } from 'postcss';
import type { Model } from './model';
export declare function desugarNestedLayers(root: Container<ChildNode>, model: Model): void;
|