UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

3 lines (2 loc) 161 B
import { ForwardReference } from '../interfaces/modules/forward-reference.interface'; export declare const forwardRef: (fn: () => any) => ForwardReference<any>;