mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
parent
fe76831d67
commit
02255269d0
7
types/gulp-stylus/index.d.ts
vendored
7
types/gulp-stylus/index.d.ts
vendored
@ -8,13 +8,14 @@
|
||||
declare function gulpStylus(options?: gulpStylus.Options): NodeJS.ReadWriteStream;
|
||||
|
||||
declare namespace gulpStylus {
|
||||
interface VariableDefinitions {
|
||||
[variableName: string]: any;
|
||||
}
|
||||
interface Options {
|
||||
compress?: boolean;
|
||||
linenos?: boolean;
|
||||
'include css'?: boolean;
|
||||
rawDefine?: {
|
||||
data: any
|
||||
};
|
||||
rawDefine?: VariableDefinitions;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user