3 lines
111 B
TypeScript

import type { Container } from 'postcss';
export declare function splitImportantStyles(root: Container): void;