Skip to content

Commit

Permalink
IInteractiveTextInputProps is exportable now
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathChaos committed Sep 20, 2021
1 parent a432713 commit 91ef5a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/InteractiveTextInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type CustomImageStyleProp =
| StyleProp<ImageStyle>
| Array<StyleProp<ImageStyle>>;

interface IInteractiveTextInputProps extends TextInputProps {
export interface IInteractiveTextInputProps extends TextInputProps {
style?: CustomStyleProp;
textInputStyle?: CustomTextStyleProp;
iconContainerStyle?: CustomStyleProp;
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-text-input-interactive",
"version": "0.1.2",
"version": "0.1.3",
"description": "Fully customizable, animated text input for React Native with beautiful and elegant design",
"main": "./build/dist/InteractiveTextInput.js",
"repository": "git@github.com:WrathChaos/react-native-text-input-interactive.git",
Expand Down

0 comments on commit 91ef5a9

Please sign in to comment.