UNPKG

read-gedcom

Version:
5 lines (4 loc) 159 B
import { SelectionAge, SelectionAny } from './internal'; export declare class SelectionSpouseEventDetails extends SelectionAny { getAge(): SelectionAge; }