UNPKG

read-gedcom

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