UNPKG

@attio/react-native-bottom-sheet-toolbox-text-input

Version:
13 lines (12 loc) 580 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getVerticalBorderWidth = getVerticalBorderWidth; function getVerticalBorderWidth(style) { const borderWidth = typeof style.borderWidth === "number" ? style.borderWidth : 0; const borderTopWidth = typeof style.borderTopWidth === "number" ? style.borderTopWidth : borderWidth; const borderBottomWidth = typeof style.borderBottomWidth === "number" ? style.borderBottomWidth : borderWidth; return borderTopWidth + borderBottomWidth; } //# sourceMappingURL=get-vertical-border-width.js.map