Skip to content

Commit

Permalink
Merge pull request #2729 from MaShizhen/master
Browse files Browse the repository at this point in the history
fix Types
  • Loading branch information
sankhadeeproy007 authored Jul 4, 2019
2 parents 3939624 + 0e154eb commit 5fae398
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -632,6 +632,10 @@ declare module "native-base" {
*/
interface Textarea extends ReactNative.TextInputProps, Testable {
rowSpan: number;
/**
* Disables inputting data.
*/
disabled?: boolean;
}

interface Label extends Testable {
Expand Down

0 comments on commit 5fae398

Please sign in to comment.