UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

17 lines (16 loc) 428 B
import { IgrSummaryRow } from "./igr-summary-row"; import { SummaryRowRoot } from "./SummaryRowRoot"; export class IgrSummaryRowRoot extends IgrSummaryRow { createImplementation() { return new SummaryRowRoot(); } /** * @hidden */ get i() { return this._implementation; } constructor(props) { super(props); } }