import React from 'react'; import { CustomerServiceOutlined, QuestionCircleOutlined, SyncOutlined } from '@ant-design/icons'; import { FloatButton } from 'antd'; /** Test usage. Do not use in your production. */ const { _InternalPanelDoNotUseOrYouWillBeFired: InternalFloatButton } = FloatButton; export default () => (
} /> } description="HELP" shape="square" type="primary" /> , }, { icon: , }, { icon: , }, ]} /> } trigger="click" open items={[ { icon: , }, { icon: , }, { icon: , }, ]} />
);