mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-06 07:18:24 -04:00
4 lines
184 B
TypeScript
4 lines
184 B
TypeScript
|
|
import type { Container, ChildNode } from 'postcss';
|
||
|
|
import type { Model } from './model';
|
||
|
|
export declare function desugarNestedLayers(root: Container<ChildNode>, model: Model): void;
|