9
0
mirror of https://github.com/donlon/cloudflare-error-page.git synced 2025-12-25 09:49:23 +00:00
Files
cloudflare-error-page/javascript/src/assets.d.ts
2025-12-22 23:46:21 +08:00

5 lines
86 B
TypeScript

declare module "./templates/*" {
const content: string;
export default content;
}