@sanity/google-maps-input
Version:
Sanity plugin providing input handlers for geo-related input types using Google Maps
9 lines (5 loc) • 412 B
text/typescript
export {GeopointInput, type 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, GoogleMapsInputConfig} from './types'
export {googleMapsInput} from './plugin'