mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-05 20:02:05 +08:00
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