Files
conference-room-booking-system/frontend/node_modules/postcss-custom-properties/dist/lib/is-ignored.d.ts
2025-08-20 21:01:11 -04:00

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, };