UNPKG

@amicaldo/strapi-google-maps

Version:

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

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