UNPKG

com.phloxui

Version:

PhloxUI Ng2+ Framework

11 lines (10 loc) 391 B
import { ISelectItemModel } from './ISelectItemModel'; import { AbstractI18NApplicable } from '../../share/AbstractI18NApplicable'; export declare class ColorSelectItemModel extends AbstractI18NApplicable implements ISelectItemModel { label: string; private _value; constructor(label?: string, value?: any); value: string; getValue(): any; getValueAsRGB(): string; }