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

14 lines
No EOL
300 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: {};
export default json;
}
declare module "*dir2json" {
const json: any;
export default json;
}