UNPKG

@antmjs/vantui

Version:

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

13 lines (12 loc) 210 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.style = void 0; var style = { width: 50, height: 50, background: '#eee', borderRadius: 8 }; exports.style = style;