mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Update index.d.ts
This commit is contained in:
Vendored
+1
-1
@@ -7,7 +7,7 @@ import { Plugin, Transformer as PostcssTransformer } from 'postcss';
|
||||
|
||||
declare namespace autoprefixer {
|
||||
interface Options {
|
||||
browsers?: string[];
|
||||
browsers?: string[] | string;
|
||||
env?: string;
|
||||
cascade?: boolean;
|
||||
add?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user