mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-03 05:26:07 +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.
|
* Represents a text input component builder.
|
||||||
* @example
|
* @example
|
||||||
* const textInput = new TextInput().setLabel("Enter text");
|
* const textInput = new TextInput().setLabel("Enter text");
|
||||||
* textInput.setStyle(TextInputStyle.FULL);
|
* textInput.setStyle(TextInputStyle.Paragraph);
|
||||||
* textInput.setPlaceholder("Type here");
|
* textInput.setPlaceholder("Type here");
|
||||||
* const json = textInput.toJSON();
|
* const json = textInput.toJSON();
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user