1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-02-24 19:55:39 +00:00
Files
frontend/src/types/node-vibrant.d.ts
2021-04-30 12:15:31 -07:00

6 lines
159 B
TypeScript

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