mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Merge pull request #24357 from dboune/dboune/stylus/fix-querylist-merge
stylus: fix incorrect method signature
This commit is contained in:
2
types/stylus/index.d.ts
vendored
2
types/stylus/index.d.ts
vendored
@@ -1190,7 +1190,7 @@ declare namespace Stylus {
|
||||
/**
|
||||
* Merges this query list with the `other`.
|
||||
*/
|
||||
merge(other: MediaQueryList): MediaQueryList;
|
||||
merge(other: QueryList): QueryList;
|
||||
|
||||
/**
|
||||
* Return a JSON representation of this node.
|
||||
|
||||
Reference in New Issue
Block a user