Juan Carrera
Results
2
comments of
Juan Carrera
JSDoc does not generate documentation for functions and classes exported as default ES module export
I was able to get it to work with the @method
The way ive gotten it to work is something like this: ``` /** * Descriptions * * @param {Object} props * @param {string} [props.baseColor] - Provide a color in hex....