Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/typescript/8.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Typescript 谷歌图表是否有类型脚本定义文件?_Typescript_Google Visualization - Fatal编程技术网

Typescript 谷歌图表是否有类型脚本定义文件?

Typescript 谷歌图表是否有类型脚本定义文件?,typescript,google-visualization,Typescript,Google Visualization,我想将Google图表与TypeScript一起使用,但我不确定Google图表是否有.d.ts文件。有人知道他们是否可以下载吗?如果有,你可以链接他们吗?有(至少现在是这样),称为google。可视化: npm install @types/google.visualization 您可以在github上看到它们: 您可以下载index.d.ts文件可能会感兴趣:谢谢,但这是angular google图表,我没有使用angular我使用的是React我相信该项目只是一个angular包装

我想将Google图表与TypeScript一起使用,但我不确定Google图表是否有.d.ts文件。有人知道他们是否可以下载吗?如果有,你可以链接他们吗?

有(至少现在是这样),称为
google。可视化

npm install @types/google.visualization

您可以在github上看到它们:


您可以下载index.d.ts文件

可能会感兴趣:谢谢,但这是angular google图表,我没有使用angular我使用的是React我相信该项目只是一个angular包装器,但该存储库中有一个打字文件:-它似乎与angular没有特别的关系。哦,太棒了,谢谢……你亲自用过吗?你知道它有多完整吗?对不起,没有-我还没有用过它;虽然这是我能找到的唯一结果。可能值得联系作者,询问其完整性,并查看是否有可能将其拉入其他人的DefinitelyTyped存储库