UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

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