UNPKG

ngx-dynamic-dashboard

Version:
13 lines (12 loc) 288 B
/** * Created by jayhamilton on 2/3/17. */ import { PropertyBase } from './property-base'; export declare class DropdownProperty extends PropertyBase<string> { controlType: string; options: { key: string; value: string; }[]; constructor(options?: {}); }