UNPKG

@nlabs/gothamjs

Version:
9 lines (8 loc) 373 B
/** * Copyright (c) 2025-Present, Nitrogen Labs, Inc. * Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms. */ export { default as i18n } from 'i18next'; export { Trans, useTranslation, withTranslation } from 'react-i18next'; export type { TFunction } from 'i18next'; export type { TransProps, WithTranslation } from 'react-i18next';