8 lines
166 B
TypeScript
8 lines
166 B
TypeScript
import { i18nBuilder } from "../../dist/login";
|
|
|
|
const { useI18n, ofTypeI18n } = i18nBuilder.build();
|
|
|
|
type I18n = typeof ofTypeI18n;
|
|
|
|
export { useI18n, type I18n };
|