[Update Package] whole packages updated.
This commit is contained in:
@@ -1,35 +1,25 @@
|
||||
|
||||
export interface ISettingComponentState {
|
||||
|
||||
[key: string]: any
|
||||
|
||||
/**
|
||||
* Password input value
|
||||
*
|
||||
* @type {string}
|
||||
* @memberof ISettingComponentState
|
||||
*/
|
||||
passwordInput: string
|
||||
|
||||
/**
|
||||
* Password input error text
|
||||
*
|
||||
* @type {string}
|
||||
* @memberof ISettingComponentState
|
||||
*/
|
||||
passwordInputError: string
|
||||
|
||||
/**
|
||||
* Confirm input value
|
||||
*
|
||||
* @type {string}
|
||||
* @memberof ISettingComponentState
|
||||
*/
|
||||
confirmInput: string
|
||||
|
||||
/**
|
||||
* Confirm input error
|
||||
*
|
||||
* @type {string}
|
||||
* @memberof ISettingComponentState
|
||||
*/
|
||||
confirmInputError: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user