UNPKG

@weareredlight/components

Version:
17 lines (16 loc) 307 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlexStyle = void 0; var FlexStyle = { "default": { flex: { width: '100%', flexDirection: 'column', alignItems: 'center', justifyContent: 'center' } } }; exports.FlexStyle = FlexStyle;