We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
比如在引用:type { Application } 的时候:
type { Application }
import type { Application } from '@antv/gi-sdk';
报错:
模块 ""@antv/gi-sdk"" 没有导出的成员 "Application"。你是想改用 "import Application from "@antv/gi-sdk"" 吗?ts(2614)
===
package.json:
"dependencies": { "@antv/g6": "^5.0.25", "@antv/gi-sdk": "^2.4.23", "antd": "^5.21.2", "react": "^18.3.1", "react-dom": "^18.3.1" },
The text was updated successfully, but these errors were encountered:
这个用法是从哪里看的?
Sorry, something went wrong.
这里, 可能版本改变了。
3.0.0 正式版本已发布,欢迎使用 ❤️
No branches or pull requests
比如在引用:
type { Application }
的时候:报错:
===
package.json:
The text was updated successfully, but these errors were encountered: