@nadir2k/google-maps-input
Version:
Sanity plugin providing input handlers for geo-related input types using Google Maps
11 lines (7 loc) • 468 B
text/typescript
import GeopointInput, {GeopointInputProps} from './input/GeopointInput'
export {GeopointArrayDiff, type DiffProps as GeopointArrayDiffProps} from './diff/GeopointArrayDiff'
export {GeopointFieldDiff, type DiffProps as GeopointFieldDiffProps} from './diff/GeopointFieldDiff'
export type {LatLng, GeopointSchemaType, Geopoint} from './types'
export {GeopointInput}
export type {GeopointInputProps}
export {googleMapsInput, type GoogleMapsInputConfig} from './plugin'