UNPKG

@amicaldo/strapi-google-maps

Version:

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

6 lines (5 loc) 160 B
type InitializerProps = { setPlugin: (id: string) => void; }; declare const Initializer: ({ setPlugin }: InitializerProps) => null; export { Initializer };