react-intl-phraseapp
Version:
The In-Context-Editor for react using react-intl
7 lines (6 loc) • 300 B
TypeScript
export { initializePhraseAppEditor } from './functions';
export { injectIntl } from './injectIntl';
export { FormattedMessage } from './FormattedMessage';
export { useIntl } from './useIntl';
export { useSSRIntl } from './useSSRIntl';
export { WrappedComponentProps } from './WrappedComponentProps';