UNPKG

mine-h5-ui

Version:

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

30 lines (29 loc) 467 B
import { colorType as e } from "./enums.js"; /*! * mine-h5-ui v2.15.0 * Copyright (c) 2025 biaov * @license MIT */ const t = "me-color-picker", l = () => ({ type: e.hex, value: "#409eff", alpha: 100 }), a = { small: { size: 16, fontSize: 12 }, default: { size: 24, fontSize: 14 }, large: { size: 32, fontSize: 16 } }; export { l as getDefaultValue, t as name, a as presetSize };