mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-02 21:16:09 +00:00
fix: Change jsdoc comments in Modal (#165)
* fix: change jsdoc comments
This commit is contained in:
parent
c4f8a76a3b
commit
84f1ccf0ce
@ -93,7 +93,7 @@ export class Modal<T extends ModalBuilderComponents = TextInput> {
|
||||
* Represents a text input component builder.
|
||||
* @example
|
||||
* const textInput = new TextInput().setLabel("Enter text");
|
||||
* textInput.setStyle(TextInputStyle.FULL);
|
||||
* textInput.setStyle(TextInputStyle.Paragraph);
|
||||
* textInput.setPlaceholder("Type here");
|
||||
* const json = textInput.toJSON();
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user