diff --git a/src/configuration.d.ts b/src/configuration.d.ts index d9a28ba..e66dbea 100644 --- a/src/configuration.d.ts +++ b/src/configuration.d.ts @@ -621,6 +621,10 @@ export interface TextInputOptions extends BaseInputOptions { * Text shown when this input has no value. */ placeholder?: string; + /** + * Icon shown beside the input. + */ + icon?: Icon; } export interface TextInput extends BaseInput {