mine-h5-ui
Version:
一款轻量级、模块化基于 Vue3.x 的 H5 前端 UI 组件库 👍
14 lines (13 loc) • 341 B
JavaScript
import { computed as c } from "vue";
/*!
* mine-h5-ui v2.15.0
* Copyright (c) 2025 biaov
* @license MIT
*/
const l = (t) => ({ onClick: (e) => {
t("click", e);
} }), i = (t) => ({ getStyle: c(() => `height:${t.height};--icon-color:${t.iconColor};`) });
export {
l as useHandle,
i as useStyle
};