Skip to content
Snippets Groups Projects
custom.d.ts 76 B
Newer Older
Hugo NOUTS's avatar
Hugo NOUTS committed
declare module '*.svg' {
  const content: string
  export default content
}