mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 01:22:33 +09:00
first
This commit is contained in:
8
types/shims-vue.d.ts
vendored
Normal file
8
types/shims-vue.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
declare module '*.md' {
|
||||
import type { defineComponent } from 'vue'
|
||||
const Component: ReturnType<typeof defineComponent>
|
||||
export default Component
|
||||
}
|
||||
|
||||
declare module 'dropzone'
|
||||
declare module '@mapbox/mapbox-gl-geocoder/dist/mapbox-gl-geocoder.min.js'
|
||||
Reference in New Issue
Block a user