UNPKG

@homenet/plugin-milight

Version:
5 lines (4 loc) 197 B
declare module 'homenet-plugin-milight' { import { IPluginLoader } from '@homenet/core'; export function create(annotate: any): { MilightPluginLoader: new (...args: any[]) => IPluginLoader } }