@rr0/cms
Version:
RR0 Content Management System (CMS)
6 lines (5 loc) • 378 B
TypeScript
import { CmsOrganization } from "../CmsOrganization.js";
import { EuropeRegionCode } from "./EuropeRegionCode.js";
import { Region } from "../country/index.js";
import { Place } from "@rr0/place";
export declare function europeanRegion(code: EuropeRegionCode, country: CmsOrganization, place: Place): Region<import("../country/index.js").RegionMessages<any>, EuropeRegionCode>;