import React from "react"; import styles from "./index.less"; import { Carousel } from "antd"; function onChange(a, b, c) { console.log(a, b, c); } export default () => (
);