Files
2023-11-25 18:12:47 -05:00

3 lines
128 B
TypeScript

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