contract-query/frontend/node_modules/goober/prefixer/autoprefixer.d.ts
2025-08-14 15:03:33 -05:00

7 lines
146 B
TypeScript

export = autoprefixer;
export as namespace autoprefixer;
declare namespace autoprefixer {
function prefix(key: string, val: any): string;
}