Skip to content

Commit 91ef5a9

Browse files
committed
IInteractiveTextInputProps is exportable now
1 parent a432713 commit 91ef5a9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lib/InteractiveTextInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ type CustomImageStyleProp =
3131
| StyleProp<ImageStyle>
3232
| Array<StyleProp<ImageStyle>>;
3333

34-
interface IInteractiveTextInputProps extends TextInputProps {
34+
export interface IInteractiveTextInputProps extends TextInputProps {
3535
style?: CustomStyleProp;
3636
textInputStyle?: CustomTextStyleProp;
3737
iconContainerStyle?: CustomStyleProp;

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-text-input-interactive",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Fully customizable, animated text input for React Native with beautiful and elegant design",
55
"main": "./build/dist/InteractiveTextInput.js",
66
"repository": "git@github.com:WrathChaos/react-native-text-input-interactive.git",

0 commit comments

Comments
 (0)