komga/next-ui/dir2json.d.ts
Gauthier Roebroeck 49f924c8d5 vuetify stuff
2025-11-28 16:05:18 +08:00

14 lines
299 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
}