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

7 lines 387 B
import { GridModel } from '@/components/DataGrid/DataGridTypes'; /** * Determines if the validation results for a given row are up to date by comparing the CRDT timestamps of the row validation * information and the row's data. */ export declare function isValidationUpToDateForRow(model: GridModel, rowIndex: number): boolean; //# sourceMappingURL=isValidationUpToDateForRow.d.ts.map