UNPKG

@nexara/nativeflow

Version:

Beautiful, responsive, and customizable UI components for React Native – built for performance and seamless experiences.

25 lines (24 loc) 637 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _index = require("../StyledComponents/index.js"); var _jsxRuntime = require("react/jsx-runtime"); const MenuItemLabel = ({ children, ...rest }) => { return /*#__PURE__*/(0, _jsxRuntime.jsx)(_jsxRuntime.Fragment, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_index.StyledText, { numberOfLines: 1, flexShrink: 1, fScale: "sm", variant: "secondary", ...rest, children: children }) }); }; var _default = exports.default = MenuItemLabel; //# sourceMappingURL=MenuItemLabel.js.map