UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

16 lines (15 loc) 473 B
import { CellPresenterBase } from "./CellPresenterBase"; import { NumericCell } from "./NumericCell"; import { GridCellBase } from "./GridCellBase"; import { CellModel } from "./CellModel"; import { Type } from "igniteui-react-core"; /** * @hidden */ export declare class NumericCellPresenter extends CellPresenterBase { static $t: Type; get d(): NumericCell; constructor(a: GridCellBase); protected b(a: CellModel): void; private e; }