mirror of
https://github.com/strapi/strapi.git
synced 2025-08-27 10:15:59 +00:00
5 lines
78 B
TypeScript
5 lines
78 B
TypeScript
declare module '*?raw' {
|
|
const content: string;
|
|
export default content;
|
|
}
|