UNPKG

com.phloxui

Version:

PhloxUI Ng2+ Framework

10 lines (9 loc) 281 B
import { ISelectItemModel } from './ISelectItemModel'; export declare class ColorSelectItemModel implements ISelectItemModel { label: string; private _value; constructor(label: string, value: any); value: string; getValue(): any; getValueAsRGB(): string; }