read-gedcom
Version:
Gedcom file reader
8 lines (7 loc) • 400 B
TypeScript
import { SelectionAny } from './internal';
import { SelectionWithNoteMixin } from './mixin';
declare const SelectionSpouseFamilyLink_base: typeof SelectionAny & import("../meta").AnyConstructor<SelectionWithNoteMixin>;
export declare class SelectionSpouseFamilyLink extends SelectionSpouseFamilyLink_base {
getFamilyRecord(): import("./SelectionFamilyRecord").SelectionFamilyRecord;
}
export {};