UNPKG

@gizwits/vantui

Version:

机智云组件库

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 };