UNPKG

@amicaldo/strapi-google-maps

Version:

A Google Maps custom field for Strapi, allowing you to pick a location.

6 lines (5 loc) 145 B
import type { Core } from '@strapi/strapi'; declare const register: ({ strapi }: { strapi: Core.Strapi; }) => void; export default register;