import { Carousel, ConfigProvider } from 'antd'; import React from 'react'; /** Test usage. Do not use in your production. */ const contentStyle: React.CSSProperties = { margin: 0, height: '160px', color: '#fff', lineHeight: '160px', textAlign: 'center', background: '#364d79', }; export default () => (

1

2

3

4

);