1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-07-03 12:35:40 +01:00
Files
frontend/src/types/node-vibrant.d.ts
T
Petar Petrov 7a12fd2853 Fix ALL the eslint warnings (#23165)
* Fix many lint warnings

* Fix ALL lint warnings

* small fix

* type fixes
2024-12-06 09:55:07 +01:00

6 lines
121 B
TypeScript

// eslint-disable-next-line no-var
declare var Vibrant: Any;
declare module "node-vibrant" {
export default Vibrant;
}