UNPKG

78 BTypeScriptView Raw
1declare module '*.svg' {
2 const content: string;
3 export default content;
4}