import { PopupSelect } from ‘@atlaskit/select’;
**提示的信息:**module "e:/mygit/atlassian-organizer-4-8/atlassian-organizer/node_modules/@atlaskit/select/dist/cjs/index"
无法找到模块“@atlaskit/select”的声明文件。“e:/mygit/atlassian-organizer-4-8/atlassian-organizer/node_modules/@atlaskit/select/dist/cjs/index.js”隐式拥有 “any” 类型。
Try npm install @types/atlaskit__select
if it exists or add a new declaration (.d.ts) file containing declare module '[@atlaskit](/user/atlaskit)/select';
ts(7016)
无法找到模块“@atlaskit/select”的声明文件。“e:/mygit/atlassian-organizer-4-8/atlassian-organizer/node_modules/@atlaskit/select/dist/cjs/index.js”隐式拥有 “any” 类型。
Try npm install @types/atlaskit__select
if it exists or add a new declaration (.d.ts) file containing declare module '[@atlaskit](/user/atlaskit)/select';
ts(7016)
无法找到模块“@atlaskit/select”的声明文件。“e:/mygit/atlassian-organizer-4-8/atlassian-organizer/node_modules/@atlaskit/select/dist/cjs/index.js”隐式拥有 “any” 类型。
按照官方的文档引用的 链接:https://atlaskit.atlassian.com/packages/core/select/example/popup-select
求助大佬