read-gedcom
Version:
Gedcom file reader
7 lines (6 loc) • 311 B
TypeScript
import { SelectionWithAddressMixin } from './mixin';
import { SelectionAny } from './internal';
declare const SelectionCorporation_base: typeof SelectionAny & import("../meta").AnyConstructor<SelectionWithAddressMixin>;
export declare class SelectionCorporation extends SelectionCorporation_base {
}
export {};