UNPKG

@polyipseity/obsidian-plugin-library

Version:
9 lines 359 B
declare module "i18next" { interface CustomTypeOptions { readonly defaultNS: typeof LibraryLocales.DEFAULT_NAMESPACE; readonly resources: LibraryLocales.Resources; readonly returnNull: typeof LibraryLocales.RETURN_NULL; } } import type { LibraryLocales } from "../../../assets/locales.js"; //# sourceMappingURL=i18next.d.ts.map