import classNames from 'classnames'; import './index.less' import React from 'react' interface Iprops { vertical?: boolean // 垂直 } export default function CustomDivider(props: Iprops) { return (
) }