mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 02:52:18 +09:00
9 lines
254 B
TypeScript
9 lines
254 B
TypeScript
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'
|