6 lines
150 B
TypeScript
6 lines
150 B
TypeScript
import { createUseI18n } from "../../dist/account";
|
|
|
|
export const { useI18n, ofTypeI18n } = createUseI18n({});
|
|
|
|
export type I18n = typeof ofTypeI18n;
|