import React from "react"; import styles from "./index.less"; import { Anchor } from "antd"; const { Link } = Anchor; const onChange = (link: string) => { console.log("Anchor:OnChange", link); }; export default () => (
);