diff --git a/components/input/Input.d.ts b/components/input/Input.d.ts index f3c9dc9f..6bddadc5 100644 --- a/components/input/Input.d.ts +++ b/components/input/Input.d.ts @@ -42,6 +42,10 @@ export interface InputTheme { * Used for the HTML input element. */ inputElement?: string; + /** + * Used for the label when the input has a label. + */ + label?: string; /** * Used in case the input is required. */