armstrong-react
Advanced tools
Comparing version
@@ -12,3 +12,3 @@ /// <reference types="react" /> | ||
rightIcon?: string; | ||
componentDidMount?: () => void; | ||
componentDidMount?: (self: TextInput) => void; | ||
}; | ||
@@ -15,0 +15,0 @@ export declare class TextInput extends React.Component<ITextInputProps, {}> { |
@@ -31,3 +31,3 @@ "use strict"; | ||
if (this.props.componentDidMount) { | ||
this.props.componentDidMount(); | ||
this.props.componentDidMount(this); | ||
} | ||
@@ -34,0 +34,0 @@ }; |
{ | ||
"name": "armstrong-react", | ||
"version": "2.5.13", | ||
"version": "2.5.14", | ||
"description": "Rocketmakers Armstrong library of React components", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
760893
0