@vaadin/media-query-mixin
Advanced tools
Comparing version 0.1.1 to 0.1.2
import { LitElement } from 'lit-element'; | ||
import { Constructor } from '@vaadin/mixin-utils'; | ||
export declare function mediaProperty(opts?: MediaDeclaration): (proto: object, name?: PropertyKey) => any; | ||
@@ -6,5 +7,3 @@ export interface MediaDeclaration { | ||
} | ||
declare type Constructor<T = object> = new (...args: any[]) => T; | ||
export declare const MediaQueryMixin: <T extends Constructor<LitElement>>(base: T) => T & Constructor<LitElement>; | ||
export {}; | ||
//# sourceMappingURL=media-query-mixin.d.ts.map |
{ | ||
"name": "@vaadin/media-query-mixin", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"author": "Vaadin Ltd", | ||
@@ -18,2 +18,3 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@vaadin/mixin-utils": "^0.1.0", | ||
"lit-element": "^2.0.0", | ||
@@ -29,3 +30,3 @@ "lit-html": "^1.0.0" | ||
}, | ||
"gitHead": "f5071de4574cadf60279853ae957abdadb5cd176" | ||
"gitHead": "ff5f69931daced1cb7176b7774547752c1c982c7" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
11504
3
88
+ Added@vaadin/mixin-utils@^0.1.0
+ Added@vaadin/mixin-utils@0.1.0(transitive)