UNPKG
@geoql/v-mapkit.js
Version:
latest (0.3.0)
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
0.0.3
0.0.2
0.0.1
MapKit with the power of Vue 3
github.com/geoql/v-mapkit.js
geoql/v-mapkit.js
@geoql/v-mapkit.js
/
dist
/
components
/
annotations
/
Image.d.ts
3 lines
(2 loc)
•
110 B
TypeScript
View Raw
1
2
3
import
{
type
ImageProps
}
from
'~/types'
;
export
declare
const
ImageAnnotation
:
(
props
:
ImageProps
) =>
void
;