Skip to content

Commit

Permalink
fix(#107): fixing missing props in ts definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-hur Santos Ott committed Jan 6, 2019
1 parent bdd899b commit 5a8a233
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 @@ -56,6 +56,8 @@ export interface TextInputMaskProps extends TextInputProps {
checkText?: (previous: string, next: string) => boolean
onChangeText?: (text: string) => void
refInput?: (ref: any) => void
customTextInput?: any
customTextInputProps?: Object
}

// TextInputMask Component
Expand Down

0 comments on commit 5a8a233

Please sign in to comment.