read-gedcom
Version:
Gedcom file reader
9 lines (8 loc) • 494 B
TypeScript
import { SelectionWithAddressMixin } from './internal';
import { SelectionRecord } from './base';
import { SelectionWithNoteMixin } from './mixin';
declare const SelectionRepositoryRecord_base: typeof SelectionRecord & import("../meta").AnyConstructor<SelectionWithNoteMixin> & import("../meta").AnyConstructor<SelectionWithAddressMixin>;
export declare class SelectionRepositoryRecord extends SelectionRepositoryRecord_base {
getName(): import("./SelectionAny").SelectionAny;
}
export {};