1
0
Fork 0
mirror of https://github.com/CorentinTh/it-tools.git synced 2025-07-23 15:19:36 +02:00
it-tools/types/custom.d.ts
2021-02-13 19:55:45 +01:00

6 lines
121 B
TypeScript

declare module '*.svg?inline' {
import { Component } from 'vue'
const content: Component
export default content
}