UNPKG

read-gedcom

Version:
6 lines (5 loc) 185 B
import { SelectionDate, SelectionAny } from './internal'; export declare class SelectionCitationData extends SelectionAny { getDate(): SelectionDate; getText(): SelectionAny; }