@nexara/nativeflow
Version:
Beautiful, responsive, and customizable UI components for React Native – built for performance and seamless experiences.
34 lines (33 loc) • 1.01 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _reactNative = require("react-native");
var _ResponsiveCalculations = require("../../helpers/ResponsiveCalculations.js");
var _index = require("../StyledComponents/index.js");
var _jsxRuntime = require("react/jsx-runtime");
const DialogDescription = ({
fScale = 'sm',
containerStyle,
textStyle,
children,
...rest
}) => {
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_jsxRuntime.Fragment, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
style: containerStyle,
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_index.StyledText, {
style: [{
lineHeight: (0, _ResponsiveCalculations.verticalScale)(20)
}, textStyle],
variant: "tertiary",
fScale: fScale,
...rest,
children: children
})
})
});
};
var _default = exports.default = DialogDescription;
//# sourceMappingURL=DialogDescription.js.map