mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 09:04:55 +00:00
7 lines
171 B
TypeScript
7 lines
171 B
TypeScript
declare module '*.svg?component' {
|
|
import type { FunctionalComponent, SVGAttributes } from 'vue'
|
|
|
|
const src: FunctionalComponent<SVGAttributes>
|
|
export default src
|
|
}
|