@nexara/nativeflow
Version:
Beautiful, responsive, and customizable UI components for React Native – built for performance and seamless experiences.
21 lines (20 loc) • 507 B
JavaScript
;
import { StyledText } from "../StyledComponents/index.js";
import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
const MenuItemLabel = ({
children,
...rest
}) => {
return /*#__PURE__*/_jsx(_Fragment, {
children: /*#__PURE__*/_jsx(StyledText, {
numberOfLines: 1,
flexShrink: 1,
fScale: "sm",
variant: "secondary",
...rest,
children: children
})
});
};
export default MenuItemLabel;
//# sourceMappingURL=MenuItemLabel.js.map