[Update Package] whole packages updated.

This commit is contained in:
Qolzam
2018-12-07 09:45:06 +07:00
parent 48a86a5b6e
commit c128b9d599
58 changed files with 2545 additions and 2539 deletions

View File

@@ -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
}