Update component.jsx

This commit is contained in:
hiroshisuga 2020-10-28 14:40:54 +09:00 committed by GitHub
parent 677b26eb73
commit efa94b222e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -271,6 +271,8 @@ WhiteboardOverlay.propTypes = {
textFontSize: PropTypes.number.isRequired,
// Text shape value
textShapeValue: PropTypes.string.isRequired,
// Fill shape
fill: PropTypes.bool.isRequired,
}).isRequired,
// Defines a function which resets the current state of the text shape drawing
resetTextShapeSession: PropTypes.func.isRequired,