mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-25 10:19:07 +01:00
5 lines
160 B
TypeScript
5 lines
160 B
TypeScript
|
declare module '*.svg' {
|
||
|
import { FunctionalComponent, SVGAttributes } from 'vue'
|
||
|
const src: FunctionalComponent<SVGAttributes>
|
||
|
export default src
|
||
|
}
|