UNPKG

read-gedcom

Version:
7 lines (6 loc) 324 B
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 {};