react-docgen
react-docgen copied to clipboard
Did not want to display method array in json
While generating react-doc for component, It generates props appropriately. but I did not provide comment to methods, still, it is showing the method array in JSON object. What's the way to not display the method array while generating react-doc.
currently, I am handling that part using javascript.