import { Page, Table, WidgetModel } from '../index'; export interface TableRowDetailModel extends WidgetModel { table?: Table; page?: Page; } //# sourceMappingURL=TableRowDetailModel.d.ts.map