UNPKG

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