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

8 lines 366 B
import { DataGridRow, GridModel, GridModelSnapshot } from '@/components/DataGrid/DataGridTypes'; /** * Convert model rows to a format suitable for DataSheetGrid * @param model * @param modelSnapshot */ export default function modelRowsToGrid(model: GridModel | null, modelSnapshot: GridModelSnapshot): DataGridRow[]; //# sourceMappingURL=modelRowsToGrid.d.ts.map