5 lines
78 B
TypeScript
Raw Normal View History

2024-03-15 20:24:37 +01:00
declare module '*?raw' {
const content: string;
export default content;
}