stupa-pdf-api/frontend/node_modules/goober/prefixer/autoprefixer.d.ts

8 lines
146 B
TypeScript

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