synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
9 lines • 546 B
TypeScript
import { GridModel, ReplicaSelectionModel } from '@/components/DataGrid/DataGridTypes';
import { SelectionWithId } from '@sage-bionetworks/react-datasheet-grid';
/**
* Compute the ReplicaSelectionModel that should be attached to the grid model
* @param selection the selection provided by react-datasheet-grid
* @param model the current Data Grid CRDT Model
*/
export default function computeReplicaSelectionModel(selection: SelectionWithId, model: GridModel): ReplicaSelectionModel;
//# sourceMappingURL=computeReplicaSelectionModel.d.ts.map