mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
do not export types from 3rd party modules as 'type' (#83803)
to avoid inlining. see 9 https://www.techatbloomberg.com/blog/10-insights-adopting-typescript-at-scale/
This commit is contained in:
parent
c1a263cff4
commit
ec983ef610
1 changed files with 1 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue