UNPKG

@prezly/theme-kit-react

Version:

Data layer and utility library for developing Prezly themes with NextJS

8 lines (7 loc) 403 B
export { BaseFormattedMessage } from './BaseFormattedMessage'; export { BaseFormattedDate } from './BaseFormattedDate'; export { BaseFormattedTime } from './BaseFormattedTime'; export { FormattedMessage } from './FormattedMessage'; export { FormattedDate } from './FormattedDate'; export { FormattedTime } from './FormattedTime'; export { type IntlContext, useIntl, IntlProvider } from './IntlContext';