@nlabs/gothamjs
Version:
Platform
9 lines (8 loc) • 373 B
TypeScript
/**
* 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';