UNPKG

@mj-studio/react-native-naver-map

Version:
10 lines (8 loc) 236 B
import type { Coord } from './Coord'; import type { MarkerImageProp } from './MarkerImageProp'; export interface ClusterMarkerProp extends Coord { identifier: string; image?: MarkerImageProp; width?: number; height?: number; }