alibaba / react-intl-universal

Internationalize React apps. Not only for Component but also for Vanilla JS.
1.34k stars 154 forks source link

typing没有暴露ReactIntlUniversal构造函数 #131

Closed supergaojian closed 4 years ago

supergaojian commented 4 years ago

在ts开发中使用import { ReactIntlUniversal } from 'react-intl-universal'; 会报错: Module '"react-intl-universal"' has no exported member 'ReactIntlUniversal'. 但是lib中确实暴露了ReactIntlUniversal方法且可使用

cwtuan commented 4 years ago

In typescript,

import * as intl from 'react-intl-universal';