Fix missing types in XHRExample
This commit is contained in:
parent
86d4f4e20a
commit
95050e4658
|
@ -119,6 +119,11 @@ var PAGE_SIZE = 20;
|
|||
|
||||
class FormUploader extends React.Component {
|
||||
|
||||
_isMounted: boolean;
|
||||
_fetchRandomPhoto: () => void;
|
||||
_addTextParam: () => void;
|
||||
_upload: () => void;
|
||||
|
||||
constructor(props) {
|
||||
super(props);
|
||||
this.state = {
|
||||
|
|
Loading…
Reference in New Issue