UNPKG

@amicaldo/strapi-google-maps

Version:

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

3 lines (2 loc) 159 B
import { Config, UpdateConfig } from '../../../types'; export default function useConfig(token?: string, newConfig?: UpdateConfig): Config | null | undefined;