UNPKG

infinity-forge

Version:
5 lines (4 loc) 245 B
import { I18nContextProps, I18nContextType } from './interfaces.js'; declare function I18nProvider(props: I18nContextProps): import("react/jsx-runtime").JSX.Element; declare function useI18n(): I18nContextType; export { I18nProvider, useI18n };