Added label to InputTheme interface (#1501)

old
Nathan Miranda 2017-07-13 14:29:33 -04:00 committed by Javi Velasco
parent 8304c1ec2e
commit 6290cf5ab2
1 changed files with 4 additions and 0 deletions

View File

@ -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.
*/