mirror of
https://github.com/home-assistant/frontend.git
synced 2026-02-24 19:55:39 +00:00
6 lines
159 B
TypeScript
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;
|
|
}
|