4 lines
No EOL
77 B
TypeScript
4 lines
No EOL
77 B
TypeScript
declare module '*.svg' {
|
|
const content: string;
|
|
export default content;
|
|
} |