diff --git a/lib/InteractiveTextInput.tsx b/lib/InteractiveTextInput.tsx index 40a1b41..1d513c8 100644 --- a/lib/InteractiveTextInput.tsx +++ b/lib/InteractiveTextInput.tsx @@ -31,7 +31,7 @@ type CustomImageStyleProp = | StyleProp | Array>; -interface IInteractiveTextInputProps extends TextInputProps { +export interface IInteractiveTextInputProps extends TextInputProps { style?: CustomStyleProp; textInputStyle?: CustomTextStyleProp; iconContainerStyle?: CustomStyleProp; diff --git a/package-lock.json b/package-lock.json index 80b42bc..59e9249 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { - "name": "react-native-typescript-library-starter", - "version": "1.0.5", + "name": "react-native-text-input-interactive", + "version": "0.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9ad161f..ba2be23 100644 --- a/package.json +++ b/package.json @@ -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",