DefinitelyTyped/types/react-table
Niels de Bruin 8dc024a9c6 Allow both React nodes and strings to be passed as TextProps
Looking at the library it's perfectly fine to pass a React node as a TextProp.
The only exception to this is rowsText, since it's used inside of an
<option> element where only a string can be passed.
Also, because noDataText is wrapped in 'normalizeComponent' method, it
can be passed both as a React component as well as a React node.
2018-12-24 14:27:28 +01:00
..
lib/hoc
test
index.d.ts Allow both React nodes and strings to be passed as TextProps 2018-12-24 14:27:28 +01:00
react-table-tests.tsx
tsconfig.json
tslint.json