UNPKG

@chamn/engine

Version:
7 lines (6 loc) 176 B
import { default as i18n } from 'i18next'; export type CustomI18n = typeof i18n & { update: () => void; }; declare const customI18n: CustomI18n; export default customI18n;