UNPKG

@amicaldo/strapi-google-maps

Version:

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

9 lines (8 loc) 212 B
import { Core } from '@strapi/strapi'; declare const _default: ({ strapi }: { strapi: Core.Strapi; }) => { index(ctx: any): Promise<void>; update(ctx: any): Promise<void>; }; export default _default;