the-forest/client/node_modules/@csstools/postcss-progressive-custom-properties/dist/matchers.d.ts

34 lines
702 B
TypeScript
Raw Normal View History

2024-09-17 20:35:18 -04:00
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;
};
}[];
})[];