File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ const defaultArrowIcon = require("./local-assets/right-arrow.png");
2121
2222type CustomStyleProp = StyleProp < ViewStyle > | Array < StyleProp < ViewStyle > > ;
2323
24- interface IRNTextInputProps extends IRNBounceableProps , TextInputProps {
24+ export interface IRNTextInputProps extends IRNBounceableProps , TextInputProps {
2525 inputRef ?: any ;
2626 ImageComponent ?: any ;
2727 iconComponent ?: any ;
Original file line number Diff line number Diff line change 11{
22 "name" : " @freakycoder/react-native-text-input" ,
3- "version" : " 0.1.8 " ,
3+ "version" : " 0.1.9 " ,
44 "description" : " Modern text input with fully customization options for React Native" ,
55 "main" : " ./build/dist/RNTextInput.js" ,
66 "repository" : " git@github.com:WrathChaos/react-native-text-input.git" ,
You can’t perform that action at this time.
0 commit comments