mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-03-26 16:24:35 +00:00
* Correcting prop function return type `noRowsRenderer` takes a function which will return an element to render when no rows are found. The default value for this prop is `() => null` which also does not fit the schema of `() => void`. * Adding explicit possible null return value to type Co-Authored-By: Ron Buckton <ron.buckton@microsoft.com>