diff --git a/src/configuration.d.ts b/src/configuration.d.ts index 21c494f..237b08b 100644 --- a/src/configuration.d.ts +++ b/src/configuration.d.ts @@ -629,6 +629,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 {