UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

24 lines (23 loc) 552 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class WebCellDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private h; get primaryKey(): any; set primaryKey(a: any); private i; get state(): any; set state(a: any); private g; get pendingValue(): any; set pendingValue(a: any); private f; get editValue(): any; set editValue(a: any); }