We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90c44f5 commit efd31cdCopy full SHA for efd31cd
packages/semi-ui/aiChatInput/index.tsx
@@ -1,7 +1,7 @@
1
/* eslint-disable jsx-a11y/no-static-element-interactions */
2
import React from 'react';
3
import BaseComponent from '../_base/baseComponent';
4
-import { AIChatInputProps, AIChatInputState, Skill, Attachment, Reference, Content, LeftMenuChangeProps, Setup, BaseSkill, Suggestion } from './interface';
+import { AIChatInputProps, AIChatInputState, Skill, Attachment, Reference, Content, LeftMenuChangeProps } from './interface';
5
import { noop, isEqual } from 'lodash';
6
import { cssClasses, numbers } from '@douyinfe/semi-foundation/aiChatInput/constants';
7
import { Popover, Tooltip, Upload, Progress } from '../index';
0 commit comments