Skip to content

Commit

Permalink
do not export types from 3rd party modules as 'type' (#83803)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov authored Nov 20, 2020
1 parent c1a263c commit ec983ef
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/kbn-i18n/src/react/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@
*/

import { InjectedIntl as _InjectedIntl, InjectedIntlProps as _InjectedIntlProps } from 'react-intl';

export type InjectedIntl = _InjectedIntl;
export type InjectedIntlProps = _InjectedIntlProps;
export type { InjectedIntl, InjectedIntlProps } from 'react-intl';

export {
intlShape,
Expand Down

0 comments on commit ec983ef

Please sign in to comment.