mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-05-10 22:34:31 +00:00
I don't think getVisibleRows takes any arguments.
The definition of getVisibleRows from line 1800 of 47c12394b0/packages/core/src/js/factories/Grid.js
is-
Grid.prototype.getVisibleRows = function getVisibleRows() {
return this.renderContainers.body.visibleRowCache;
};