Update API doc

pull/5134/head^2
GitHub Actions Bot 2024-01-29 12:36:11 +00:00
parent c749f0522b
commit 7f5503344d
1 changed files with 13 additions and 5 deletions

View File

@ -23760,12 +23760,12 @@
"description": "Used to pass attributes to the item label's DOM element."
},
{
"name": "tickIcon",
"name": "checkIcon",
"optional": true,
"readonly": false,
"type": "DropdownPassThroughOptionType<T>",
"default": "",
"description": "Used to pass attributes to the tick icon's DOM element."
"description": "Used to pass attributes to the check icon's DOM element."
},
{
"name": "blankIcon",
@ -24271,12 +24271,12 @@
"description": "Whether the selected option will be add highlight class."
},
{
"name": "showTick",
"name": "checkmark",
"optional": true,
"readonly": false,
"type": "boolean",
"default": "false",
"description": "Whether the selected option will be shown with a tick."
"description": "Whether the selected option will be shown with a check mark."
},
{
"name": "filterMessage",
@ -40820,13 +40820,21 @@
"name": "mergeProps",
"optional": true,
"readonly": false,
"type": "boolean",
"type": "PassThroughMergePropsType",
"default": ""
}
],
"methods": []
}
}
},
"types": {
"description": "Defines the custom types used by the module.",
"values": {
"PassThroughMergePropsType": {
"values": "(args: any) => undefined | boolean | undefined"
}
}
}
},
"passthrough/tailwind": {},