mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-22 17:03:50 +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
|
||
|
}
|