Skip to content

Commit

Permalink
Add missing Textarea type definitions (#2756)
Browse files Browse the repository at this point in the history
Bordered and underline were missing from the type definition of Textarea.
  • Loading branch information
alexander7161 authored and sankhadeeproy007 committed Jul 10, 2019
1 parent 5f2f6ed commit 4fd329e
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 @@ -632,6 +632,8 @@ declare module "native-base" {
*/
interface Textarea extends ReactNative.TextInputProps, Testable {
rowSpan: number;
bordered: boolean;
underline: boolean;
/**
* Disables inputting data.
*/
Expand Down

0 comments on commit 4fd329e

Please sign in to comment.