UNPKG

@pluve/ace

Version:

一套React版本的 Taro UI 组件库

6 lines (5 loc) 125 B
export interface IRegionPickerDataItem { label: string; code: string; children?: IRegionPickerDataItem[]; }