Javascript

Cannot find module svg or its corresponding type declarations

딩신 2021. 3. 8. 22:50
declare module '*.svg?inline' {
  const content: any
  export default content
}

declare module '*.svg' {
  const content: any
  export default content
}