UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

9 lines (8 loc) 582 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.layoutPropsList = void 0; const layoutPropsList = ['m', 'mt', 'mb', 'ml', 'mr', 'position', 'flex', 'zIndex', 'top', 'right', 'bottom', 'left', 'h', 'w', 'minW', 'maxW', 'minH', 'maxH', 'height', 'width', 'minWidth', 'maxWidth', 'minHeight', 'maxHeight', 'flexBasis', 'flexDirection', 'flexGrow', 'flexShrink', 'flexWrap', 'direction', 'justify', 'justifyContent', 'align', 'alignContent', 'alignItems', 'alignSelf']; exports.layoutPropsList = layoutPropsList; //# sourceMappingURL=types.js.map