igniteui-react-grids
Version:
Ignite UI React grid components.
17 lines (16 loc) • 481 B
TypeScript
import { CellPresenterBase } from "./CellPresenterBase";
import { ImageCell } from "./ImageCell";
import { GridCellBase } from "./GridCellBase";
import { CellModel } from "./CellModel";
import { Type } from "igniteui-react-core";
/**
* @hidden
*/
export declare class ImageCellPresenter extends CellPresenterBase {
static $t: Type;
constructor(a: GridCellBase);
get d(): ImageCell;
protected b(a: CellModel): void;
private f;
private e;
}