文件最后提交记录最后更新时间
3 年前
3 年前
3 年前
3 年前
3 年前
README

API

DSeparatorProps

interface DSeparatorProps extends React.HTMLAttributes<HTMLElement> {
  dTextAlign?: 'left' | 'right' | 'center';
  dVertical?: boolean;
}
属性 说明 默认值 版本
dTextAlign 设置文字的位置 'left'
dVertical 设置垂直分隔 false