Prajwal3009's picture
Upload 6939 files
b1bbd1e verified
import type { Container } from 'postcss';
export declare function removeEmptyDescendantBlocks(block: Container): void;
export declare function removeEmptyAncestorBlocks(block: Container): void;