mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 16:26:43 +00:00
Fix vibrant type (#5100)
This commit is contained in:
parent
0b3d2ea4ad
commit
e5467181cb
@ -10,7 +10,7 @@ import {
|
||||
} from "lit-element";
|
||||
import { classMap } from "lit-html/directives/class-map";
|
||||
import { styleMap } from "lit-html/directives/style-map";
|
||||
import * as Vibrant from "node-vibrant";
|
||||
import Vibrant from "node-vibrant";
|
||||
import { Palette } from "node-vibrant/lib/color";
|
||||
import "@polymer/paper-icon-button/paper-icon-button";
|
||||
|
||||
|
2
src/types/node-vibrant.d.ts
vendored
2
src/types/node-vibrant.d.ts
vendored
@ -1,4 +1,4 @@
|
||||
declare module "node-vibrant" {
|
||||
export = Vibrant;
|
||||
export default Vibrant;
|
||||
}
|
||||
declare var Vibrant: Any;
|
||||
|
Loading…
x
Reference in New Issue
Block a user