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