File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ export type WrappedComponentProps<IntlPropName extends string = 'intl'> = {
29
29
[ k in IntlPropName ] : IntlShape ;
30
30
} ;
31
31
32
- type WithIntlProps < P > = Omit < P , keyof WrappedComponentProps > & {
32
+ export type WithIntlProps < P > = Omit < P , keyof WrappedComponentProps > & {
33
33
forwardedRef ?: React . Ref < any > ;
34
34
} ;
35
35
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ export {default as defineMessages} from './define-messages';
10
10
export {
11
11
default as injectIntl ,
12
12
Context as IntlContext ,
13
+ WithIntlProps ,
13
14
} from './components/injectIntl' ;
14
15
export { default as useIntl } from './components/useIntl' ;
15
16
export { default as IntlProvider } from './components/provider' ;
You can’t perform that action at this time.
0 commit comments