UNPKG

mine-h5-ui

Version:

一款轻量级、模块化基于 Vue3.x 的 H5 前端 UI 组件库 👍

14 lines (13 loc) 161 B
/** * props */ export interface Props { /** * 一行几个 */ cols?: number; /** * 边框颜色 */ borderColor?: string; }