UNPKG

v-region

Version:

Provide Chinese administrative division data selection

24 lines (20 loc) 404 B
import { RegionValues, ComponentProps } from './component' interface Props extends ComponentProps{ /** 输入区域模型 */ modelValue?: RegionValues /** * 分隔符 * @default '' */ separator?: string } declare interface RegionText { new (): { $props: Props } } /** * 行政区划内容显示 */ export const RegionText: RegionText export const RegionFullText: RegionText