ts-docgen-next

1.1.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i ts-docgen-next

Weekly Downloads

0

Version

1.1.0

License

MIT

Unpacked Size

4.47 kB

Total Files

8

Last publish

Collaborators

  • yarastqt