Update docs for AbstractRecordButton _mapStateToProps

This commit is contained in:
mmoanis 2018-11-06 11:36:00 +01:00
parent c43f7c8979
commit cd943319d6
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ export default class AbstractRecordButton<P: Props>
* @private * @private
* @returns {{ * @returns {{
* _isRecordingRunning: boolean, * _isRecordingRunning: boolean,
* disabledByFeatures: boolean,
* visible: boolean * visible: boolean
* }} * }}
*/ */