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