UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

6 lines (5 loc) 212 B
import { AsyncAction } from './AsyncAction'; import { AsyncScheduler } from './AsyncScheduler'; export declare class AnimationFrameScheduler extends AsyncScheduler { flush(action?: AsyncAction<any>): void; }