UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

5 lines (4 loc) 289 B
import { PeruRegionCode } from "./PeruRegionCode.js"; import { Region } from "../../country/region/Region.js"; import { Place } from "@rr0/place"; export declare function peruRegion(code: PeruRegionCode, place: Place): Region<import("../../index.js").RegionMessages<any>, PeruRegionCode>;