UNPKG

@homenet/plugin-milight

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