tasks_manager/frontend/node_modules/postcss-custom-properties/dist/lib/is-ignored.d.ts

5 lines
232 B
TypeScript

import type { Container, Declaration } from 'postcss';
declare function isBlockIgnored(container: Container): any;
declare function isDeclarationIgnored(decl: Declaration): boolean;
export { isBlockIgnored, isDeclarationIgnored, };