/** * 选中行上下文 */ export declare class SelectedRowContext { /** * 当前选中行Index */ currentRowIndex: number; /** * 上一个选中行Index */ lastRowIndex: number; }