mirror of
https://github.com/strapi/strapi.git
synced 2025-08-28 10:45:51 +00:00
5 lines
78 B
TypeScript
5 lines
78 B
TypeScript
![]() |
declare module '*?raw' {
|
||
|
const content: string;
|
||
|
export default content;
|
||
|
}
|