Skip to content

Commit 6290cf5

Browse files
mirandamonjavivelasco
authored andcommitted
Added label to InputTheme interface (react-toolbox#1501)
1 parent 8304c1e commit 6290cf5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/input/Input.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ export interface InputTheme {
4242
* Used for the HTML input element.
4343
*/
4444
inputElement?: string;
45+
/**
46+
* Used for the label when the input has a label.
47+
*/
48+
label?: string;
4549
/**
4650
* Used in case the input is required.
4751
*/

0 commit comments

Comments
 (0)