UNPKG

com.phloxui

Version:

PhloxUI Ng2+ Framework

9 lines (8 loc) 186 B
export declare class ColorModel { name: string; _value: string; constructor(name: string, value: any); value: string; getValue(): any; getValueAsRGB(): string; }