1
0
Fork 0
mirror of https://github.com/CorentinTh/it-tools.git synced 2025-07-21 06:09:36 +02:00
it-tools/types/custom.d.ts

7 lines
121 B
TypeScript
Raw Normal View History

2021-02-13 19:55:45 +01:00
declare module '*.svg?inline' {
import { Component } from 'vue'
const content: Component
export default content
}