UNPKG

node-hue-api

Version:
6 lines (5 loc) 195 B
import { Placeholder } from './Placeholder'; export declare class RuleIdPlaceholder extends Placeholder { constructor(name?: string); protected _getParameterValue(parameter: any): any; }