Repository URL to install this package:
|
Version:
3.12.20 ▾
|
var _templateObject;
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
import styled from 'styled-components';
import { Menu as SfxMenu } from '@scaleflex/ui/core';
var Menu = styled(SfxMenu)(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n ", "\n\n .SfxMenuItem-root {\n display: block;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n"])), function (_ref) {
var $width = _ref.$width;
return $width && "width: ".concat($width, "px;");
});
var Styled = {
Menu: Menu
};
export default Styled;