mirror of
https://github.com/fatedier/frp.git
synced 2026-01-11 22:23:12 +00:00
6 lines
169 B
TypeScript
6 lines
169 B
TypeScript
declare module '*.svg?component' {
|
|
import type { DefineComponent } from 'vue'
|
|
const component: DefineComponent<object, object, unknown>
|
|
export default component
|
|
}
|