Skip to content

Commit ac5dd07

Browse files
committed
fix Picker.api.json
1 parent 0708dbc commit ac5dd07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/picker/api/picker.api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
{
3737
"name": "renderItem",
38-
"type": "(value, {...props, isSelected}, itemLabel) => void",
38+
"type": "(value, {{...props, isSelected}}, itemLabel) => void",
3939
"description": "Render custom picker item"
4040
},
4141
{
@@ -58,7 +58,7 @@
5858
{"name": "showSearch", "type": "boolean", "description": "Show search input to filter picker items by label"},
5959
{
6060
"name": "searchStyle",
61-
"type": "{color: string, placeholderTextColor: string, selectionColor: string}",
61+
"type": "{{color: string, placeholderTextColor: string, selectionColor: string}}",
6262
"description": "Style object for the search input (only when passing showSearch)"
6363
},
6464
{

0 commit comments

Comments
 (0)