UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

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