mirror of
https://github.com/readest/readest.git
synced 2026-04-28 03:20:45 +00:00
4 lines
83 B
TypeScript
4 lines
83 B
TypeScript
declare module '!!raw-loader!*' {
|
|
const contents: string;
|
|
export = contents;
|
|
}
|