autoprefixer.d.ts 146 B

1234567
  1. export = autoprefixer;
  2. export as namespace autoprefixer;
  3. declare namespace autoprefixer {
  4. function prefix(key: string, val: any): string;
  5. }