UNPKG

weex-nuke

Version:

基于 Rax 、Weex 的高性能组件体系 ~~

26 lines (25 loc) 451 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { vertical: { flex: 1, flexDirection: 'column' }, horizontal: { flex: 1, flexDirection: 'row' }, contentContainerHorizontal: { flexDirection: 'row' }, containerWebStyle: { display: 'block' }, scrollerWeb: { webkitOverflowScrolling: 'touch', overflow: 'scroll' } }; module.exports = exports['default'];