igniteui-react-core
Version:
Ignite UI React Core.
21 lines (20 loc) • 518 B
TypeScript
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 h;
get columnName(): string;
set columnName(a: string);
private i;
get propertyName(): string;
set propertyName(a: string);
private j;
get valueRef(): string;
set valueRef(a: string);
}