cleanup-parent.d.ts 128 B

12
  1. import type { ChildNode, Container } from 'postcss';
  2. export default function cleanupParent(parent: Container<ChildNode>): void;