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 0342c6f commit 6d88412Copy full SHA for 6d88412
1 file changed
packages/core/src/index.ts
@@ -7,7 +7,7 @@
7
import './styles/tailwind.css';
8
9
// 主入口组件
10
-export { AiMap } from './components/AiMap/index';
+export { AiMap } from './components/AiMap/index.tsx';
11
export type { AiMapProps } from './components/AiMap/types';
12
13
// Schema 类型
0 commit comments