/** * title: 默认的 antd 主题 * description: 默认情况下, Demo 与文档站的主题互相隔离,Demo 使用 antd 默认的主题 * compact: true */ import { Alert, Button, Input, theme } from 'antd'; import { Flexbox } from 'react-layout-kit'; export default () => { const { token } = theme.useToken(); return ( ); };