Closed treylon closed 6 years ago
Export Props for withIntl to allow the following pattern:
withIntl
class MyComponents extends React.Component<WithIntl>
instead of
class MyComponents extends React.Component<{ intl: Intl }>
Export Props for
withIntl
to allow the following pattern:class MyComponents extends React.Component<WithIntl>
instead of
class MyComponents extends React.Component<{ intl: Intl }>