1.1.0 • Published 3 years ago

ts-docgen-next v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

ts-docgen-next

npm

✈️ Install

npm i -DE ts-docgen-next

☄️ Usage

As webpack-loader

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} />

📜 License

Project is MIT licensed.