read-gedcom
Version:
Gedcom file reader
7 lines (6 loc) • 324 B
TypeScript
import { SelectionWithSourceCitationMixin } from './mixin';
import { SelectionRecord } from './base';
declare const SelectionNoteRecord_base: typeof SelectionRecord & import("../meta").AnyConstructor<SelectionWithSourceCitationMixin>;
export declare class SelectionNoteRecord extends SelectionNoteRecord_base {
}
export {};