mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-24 15:35:11 +00:00
make it fancier
This commit is contained in:
parent
8deb3cdd93
commit
d34793a597
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ function searchTypeToText(type: SearchType) {
|
||||||
*
|
*
|
||||||
* @param {SearchModalProps} props - The props for the SearchModal component.
|
* @param {SearchModalProps} props - The props for the SearchModal component.
|
||||||
* @param {ModalProps} props.modalProps - The modal props. You get these from the `openModal` function.
|
* @param {ModalProps} props.modalProps - The modal props. You get these from the `openModal` function.
|
||||||
* @param {function} props.onSubmit - The function to call when the user submits their selection.
|
* @param {function} props.onSubmit - Callback function invoked when the user submits their selection.
|
||||||
* @param {string} [props.input] - The initial input value for the search bar.
|
* @param {string} [props.input] - The initial input value for the search bar.
|
||||||
* @param {SearchType} [props.searchType="ALL"] - The type of items to search for.
|
* @param {SearchType} [props.searchType="ALL"] - The type of items to search for.
|
||||||
* @param {string} [props.subText] - Additional text to display below the heading.
|
* @param {string} [props.subText] - Additional text to display below the heading.
|
||||||
|
|
Loading…
Add table
Reference in a new issue