5 lines
68 B
TypeScript
Raw Normal View History

2024-03-14 21:33:24 -03:00
declare module '*.svg' {
const src: string;
export default src;
}