2024-06-06 01:44:57 +02:00

6 lines
149 B
TypeScript

import { createUseI18n } from "keycloakify/login";
export const { useI18n, ofTypeI18n } = createUseI18n({});
export type I18n = typeof ofTypeI18n;