What is the best way to generate documentation for React hooks in .jsx and .tsx files? I tried TypeDoc, but I do not get any comments from function methods. c
Summary I am attempting to build documentation for a TypeScript project using Typedoc. Unfortunately, Typedoc is yielding errors on an import statement I use in