mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-12 20:40:29 +00:00
* Update typescript, prettier, tslint -> eslint * Organize imports * Use glob for eslint fix react import
6 lines
121 B
TypeScript
6 lines
121 B
TypeScript
// eslint-disable-next-line no-var
|
|
declare var Vibrant: Any;
|
|
declare module "node-vibrant" {
|
|
export default Vibrant;
|
|
}
|