UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

27 lines (25 loc) 548 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; const baseStyle = {}; const defaultProps = {}; // sizes in stack means the height or width of the spacer elements that get's added between the children, in other // words it maps to space prop that user passes. const sizes = { 'gutter': 0, '2xs': 1, 'xs': 2, 'sm': 3, 'md': 4, 'lg': 6, 'xl': 7, '2xl': 8 }; var _default = { baseStyle, defaultProps, sizes }; exports.default = _default; //# sourceMappingURL=stack.js.map