cleanup-parent.d.ts 128 Bytes
import type { ChildNode, Container } from 'postcss';
export default function cleanupParent(parent: Container<ChildNode>): void;