UNPKG

read-gedcom

Version:
9 lines (8 loc) 494 B
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 {};