8 lines
161 B
TypeScript
Raw Normal View History

2024-09-21 23:08:45 +02:00
import { i18nBuilder } from "../../dist/login";
const { useI18n, ofTypeI18n } = i18nBuilder.build();
type I18n = typeof ofTypeI18n;
export { useI18n, I18n };