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