mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-21 23:36:15 -04:00
7 lines
121 B
TypeScript
7 lines
121 B
TypeScript
![]() |
declare module '*.svg?inline' {
|
||
|
import { Component } from 'vue'
|
||
|
|
||
|
const content: Component
|
||
|
export default content
|
||
|
}
|