UNPKG

read-gedcom

Version:
6 lines (5 loc) 248 B
import { SelectionSpouseEventDetails, SelectionEvent } from './internal'; export declare class SelectionFamilyEvent extends SelectionEvent { getHusbandDetails(): SelectionSpouseEventDetails; getWifeDetails(): SelectionSpouseEventDetails; }