npm i -DE ts-docgen-next
component.tsx
import { FC } from 'react'
interface ComponentProps {
property: string
}
export const Component: FC<ComponentProps> = () => null
documentation.mdx
import { ComponentProps } from '!!ts-docgen-next/loader!./component.tsx'
<PropsTable value={ComponentProps} />
Project is MIT licensed.