mirror of
https://github.com/NicoSerranoP/voteathon.git
synced 2026-04-15 03:00:23 -04:00
9 lines
160 B
TypeScript
9 lines
160 B
TypeScript
declare module '*.svg' {
|
|
const content: string
|
|
export default content
|
|
}
|
|
|
|
declare module '*.png' {
|
|
const content: string
|
|
export default content
|
|
} |