UNPKG

vantui-edit

Version:

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

11 lines (9 loc) 214 B
import { style } from '../wxs/style'; function rootStyle(data) { return style({ color: data.color, 'background-color': data.backgroundColor, background: data.background }); } export { rootStyle };