添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
被表白的围巾  ·  Cannot read ...·  2 天前    · 
没读研的毛衣  ·  LSAT Scoring | The ...·  3 月前    · 
帅气的煎饼  ·  免费标注地图- 知乎·  1 年前    · 

Create TypeScript declaration files for React modules written in ES.Next ( stage 2 ).

Usage

Locally

Install declare-react-module as a dev dependency:

npm install --save-dev declare-react-module

Add a new entry to "scripts" in your package.json :

{
  "prepublish": "declare-react-module"
}

This will create an index.d.ts file in your project root before publishing to npm.

As a Global Script

Install declare-react-module as a global dependency:

npm install --global declare-react-module

Run declare-react-module from the command line:

declare-react-module packages/my-package
# or 
declare-react-module node_modules/some-module --outDir=./typings