UNPKG

igniteui-react-core

Version:
21 lines (20 loc) 498 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class ColumnPropertySetterDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private k; get columnName(): string; set columnName(a: string); private l; get propertyName(): string; set propertyName(a: string); private m; get valueRef(): string; set valueRef(a: string); }