komga/next-ui/dir2json.d.ts
2025-11-28 16:05:19 +08:00

16 lines
No EOL
317 B
TypeScript

/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// noinspection JSUnusedGlobalSymbols
// Auto generated by vite-plugin-dir2json
declare module "*i18n?dir2json&ext=.json&1" {
const json: {
"en": string;
};
export default json;
}
declare module "*dir2json" {
const json: any;
export default json;
}