database-petani-mobile/node_modules/goober/prefixer/autoprefixer.d.ts
2026-02-23 16:39:35 +07:00

8 lines
146 B
TypeScript

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