stylus: fix incorrect method signature

This commit is contained in:
Damian Bouné
2018-03-17 18:04:31 -07:00
parent 80c15edab7
commit b4ad1412f1

View File

@@ -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.