Package Exports
- @ant-design/x
- @ant-design/x/es/index.js
- @ant-design/x/lib/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@ant-design/x) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Ant Design X
The ready-made partner for building Copilot applications.
Changelog · Report Bug · Request Feature · English · 中文
📦 Install
npm install @ant-design/x --saveyarn add @ant-design/xpnpm add @ant-design/x🔨 Usage
import React from 'react';
import { Bubble } from '@ant-design/x';
const App = () => <Bubble />;
export default App;