adjust hoist-non-react-statics ts import (#16224)

This commit is contained in:
zombieJ 2019-04-22 15:47:07 +08:00 committed by GitHub
parent 686c1fc346
commit a530be1eab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
import * as React from 'react';
import hoistNonReactStatics from 'hoist-non-react-statics';
import * as hoistNonReactStatics from 'hoist-non-react-statics';
import { Omit } from '../_util/type';
import { FormComponentProps } from './Form';