igniteui-react-core
Version:
Ignite UI React Core.
13 lines (12 loc) • 332 B
TypeScript
import { UIElementPropertyAccessor } from "./UIElementPropertyAccessor";
import { Type } from "./type";
/**
* @hidden
*/
export declare class CssColorPropertyAccessor extends UIElementPropertyAccessor {
static $t: Type;
constructor(a: string);
d: string;
b(a: any): any;
c(a: any, b: any): void;
}