export interface DividerProps {
    /**
     * 标签名称
     */
    as?: string;
    /**
     * class 属性
     */
    className?: string;
}
