/**
 * props
 */
export interface Props {
    /**
     * 一行几个
     */
    cols?: number;
    /**
     * 边框颜色
     */
    borderColor?: string;
}
