DefinitelyTyped/types/react-virtualized
Gary S 482bf4af77 [react-virtualized] Correcting Table.noRowsRenderer property function return type (#40779)
* 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>
2019-12-04 14:53:24 -08:00
..
dist
index.d.ts
OTHER_FILES.txt
react-virtualized-tests.tsx
tsconfig.json
tslint.json