UNPKG

@amicaldo/strapi-google-maps

Version:

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

6 lines (5 loc) 233 B
import { Coordinates } from '../../../../types'; export default function NumberFields({ coords, onChange, }: { coords: Coordinates; onChange: (coords: Coordinates) => void; }): import("react/jsx-runtime").JSX.Element | null;