Files
ETB/ETB-FrontEnd/node_modules/@csstools/postcss-progressive-custom-properties/dist/matchers.d.ts
Iliyan Angelov 306b20e24a Frontend start
2025-09-14 00:54:48 +03:00

34 lines
702 B
TypeScript

export declare const matchers: ({
supports: string;
property: string;
sniff: string;
matchers: {
type: string;
value: string;
nodes: ({
type: string;
value: string;
isVariable?: undefined;
} | {
type: string;
value?: undefined;
isVariable?: undefined;
} | {
type: string;
isVariable: boolean;
value?: undefined;
})[];
}[];
} | {
supports: string;
property: string;
sniff: string;
matchers: {
type: string;
value: string;
dimension: {
unit: string;
};
}[];
})[];