Skip to content

Commit

Permalink
Add renderEmpty to index.d.ts (#2869)
Browse files Browse the repository at this point in the history
  • Loading branch information
PlabanJr authored and sankhadeeproy007 committed Aug 16, 2019
1 parent 181f175 commit 050d46a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ declare module "native-base" {
* Takes a data entry from the data source and should return a renderable component to be rendered as the row.
*/
renderItem?: Function;
renderBottom?: Function;
renderEmpty?: Function;
}
/**
* see Widget Header.js
Expand Down

0 comments on commit 050d46a

Please sign in to comment.