import React from "react"; import styles from "./index.less"; import { Tabs } from "antd"; import { StickyContainer, Sticky } from "react-sticky"; const { TabPane } = Tabs; const renderTabBar = (props, DefaultTabBar) => ( {({ style }) => ( )} ); export default () => (