Closed supergaojian closed 4 years ago
在ts开发中使用import { ReactIntlUniversal } from 'react-intl-universal'; 会报错: Module '"react-intl-universal"' has no exported member 'ReactIntlUniversal'. 但是lib中确实暴露了ReactIntlUniversal方法且可使用
import { ReactIntlUniversal } from 'react-intl-universal';
Module '"react-intl-universal"' has no exported member 'ReactIntlUniversal'.
ReactIntlUniversal
In typescript,
import * as intl from 'react-intl-universal';
在ts开发中使用
import { ReactIntlUniversal } from 'react-intl-universal';
会报错:Module '"react-intl-universal"' has no exported member 'ReactIntlUniversal'.
但是lib中确实暴露了ReactIntlUniversal
方法且可使用