We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ab7015 commit 3737896Copy full SHA for 3737896
1 file changed
packages/taro-components/types/Picker.d.ts
@@ -289,6 +289,7 @@ declare namespace PickerRegionProps {
289
value: string
290
code: string
291
postcode?: string
292
+ children?: RegionData[]
293
}
294
interface Level {
295
/** 省级选择器 */
0 commit comments