UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

9 lines 546 B
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