4 lines
220 B
TypeScript
4 lines
220 B
TypeScript
|
import type { Container, Declaration } from 'postcss';
|
||
|
export declare function isBlockIgnored(container: Container | undefined): any;
|
||
|
export declare function isDeclarationIgnored(decl: Declaration | undefined): boolean;
|