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