UNPKG

read-gedcom

Version:
5 lines (4 loc) 229 B
import { SelectionFamilyReference, SelectionIndividualEvent } from './internal'; export declare class SelectionIndividualEventFamily extends SelectionIndividualEvent { getFamilyAsChildReference(): SelectionFamilyReference; }