UNPKG

@antmjs/vantui

Version:

一套适用于Taro3及React的vantui组件库

15 lines (14 loc) 376 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.rootStyle = rootStyle; var _style = require("../wxs/style"); var _addUnit = require("../wxs/add-unit"); function rootStyle(data) { return (0, _style.style)([{ 'border-color': data.borderColor, color: data.textColor, 'font-size': (0, _addUnit.addUnit)(data.fontSize) }]); }