Files
keycloakify-bi/src/account/i18n.ts
T

6 lines
151 B
TypeScript

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