diff --git a/packages/components/context-menu/index.js b/packages/components/context-menu/index.js index aa45af3f5c..3f2d3c9890 100644 --- a/packages/components/context-menu/index.js +++ b/packages/components/context-menu/index.js @@ -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,