Skip to content

Commit 2cfb439

Browse files
committed
Fix up WheelPicker api
1 parent 2379f4a commit 2cfb439

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/incubator/WheelPicker/wheelPicker.api.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,12 @@
2626
"description": "Container's custom style",
2727
"note": "height is computed according to itemHeight * numberOfVisibleRows"
2828
},
29-
{
30-
"name": "children",
31-
"type": "JSX.Element | JSX.Element[]",
32-
"description": "Support passing items as children props"
33-
},
3429
{
3530
"name": "align",
3631
"type": "WheelPickerAlign",
3732
"description": "Align the content to center, right ot left",
3833
"default": "center"
3934
},
40-
{"name": "testID;", "type": "string", "description": "Align the content to center, right ot left"}
35+
{"name": "testID", "type": "string", "description": "Align the content to center, right ot left"}
4136
]
4237
}

0 commit comments

Comments
 (0)