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