UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

7 lines (6 loc) 420 B
import { CmsCountry } from "../country/CmsCountry.js"; import { Place } from "@rr0/place"; import { Region } from "../country/region/Region.js"; import { MozambiqueRegionCode } from "./region/MozambiqueRegionCode.js"; export declare const mozambique: CmsCountry; export declare function mozambiqueRegion(code: MozambiqueRegionCode, place: Place): Region<import("../index.js").RegionMessages<any>, MozambiqueRegionCode>;