UNPKG

read-gedcom

Version:
6 lines (5 loc) 227 B
import { SelectionAny, SelectionLatitude, SelectionLongitude } from './internal'; export declare class SelectionCoordinates extends SelectionAny { getLatitude(): SelectionLatitude; getLongitude(): SelectionLongitude; }