Merge pull request #17125 from naortor/master

Update types/react-input-mask/index.d.ts to export default
This commit is contained in:
Nathan Shively-Sanders
2017-06-19 13:36:01 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -41,4 +41,4 @@ declare namespace reactInputMask {
}
}
declare var ReactInputMask: typeof reactInputMask.ReactInputMask;
export = ReactInputMask;
export default ReactInputMask;

View File

@@ -1,4 +1,4 @@
import * as ReactInputMask from 'react-input-mask';
import ReactInputMask from 'react-input-mask';
import * as React from 'react';
<div>