UNPKG

read-gedcom

Version:
9 lines (8 loc) 419 B
import { SelectionEventsRecorded, SelectionAny } from './internal'; import { SelectionWithNoteMixin } from './mixin'; declare const SelectionSourceData_base: typeof SelectionAny & import("../meta").AnyConstructor<SelectionWithNoteMixin>; export declare class SelectionSourceData extends SelectionSourceData_base { getEventsRecorded(): SelectionEventsRecorded; getResponsibleAgency(): SelectionAny; } export {};