UNPKG

@antmjs/vantui

Version:

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

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