Files
PecHub/frontend/node_modules/goober/prefixer/autoprefixer.d.ts
T
2026-03-18 20:54:43 +01:00

8 lines
146 B
TypeScript

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