Web: Components: Added description.

This commit is contained in:
Tatiana Lopaeva 2022-09-23 12:39:13 +03:00
parent 48694a16b1
commit 3e1383c7e7

View File

@ -400,6 +400,8 @@ ContextMenu.propTypes = {
containerRef: PropTypes.any,
/** Scale with by container component*/
scaled: PropTypes.bool,
/** If you want to fill icons with default colors or not */
fillIcon: PropTypes.bool,
getContextModel: PropTypes.func,