UNPKG

read-gedcom

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