8 lines
168 B
TypeScript
Raw Permalink Normal View History

2024-09-21 23:08:45 +02:00
import { i18nBuilder } from "../../dist/account";
2023-04-20 02:52:49 +02:00
const { useI18n, ofTypeI18n } = i18nBuilder.build();
2023-04-20 02:52:49 +02:00
type I18n = typeof ofTypeI18n;
2024-09-21 23:42:59 +02:00
export { useI18n, type I18n };