mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-04 01:40:08 +00:00
feat(types): add value to InputTextComponent (#2026)
This commit is contained in:
@@ -19,4 +19,6 @@ export interface InputTextComponent {
|
||||
maxLength?: number;
|
||||
/** Whether or not this input is required. */
|
||||
required?: boolean;
|
||||
/** Pre-filled value for input text. */
|
||||
value?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user