6 lines
150 B
TypeScript
Raw Normal View History

2023-04-20 02:52:49 +02:00
import { createUseI18n } from "../../dist/account";
2024-06-05 18:50:00 +02:00
export const { useI18n, ofTypeI18n } = createUseI18n({});
2023-04-20 02:52:49 +02:00
2024-06-05 18:50:00 +02:00
export type I18n = typeof ofTypeI18n;