2024-06-05 18:50:00 +02:00

6 lines
150 B
TypeScript

import { createUseI18n } from "../../dist/account";
export const { useI18n, ofTypeI18n } = createUseI18n({});
export type I18n = typeof ofTypeI18n;