UNPKG

press-ui

Version:

简单、易用的跨端组件库,兼容 Vue2 和 Vue3,同时支持 uni-app和普通 Vue 项目

19 lines (18 loc) 246 B
export const PROPS = { width: { type: String, default: '40px', }, height: { type: String, default: '50px', }, number: { type: Number, default: 3, }, color: { type: String, default: '#2979ff', }, };