Repository URL to install this package:
|
Version:
2.7.3 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const tslib_1 = require("tslib");
const styleh_components_1 = require("styleh-components");
const SeparatorIcon_1 = require("../../atoms/Icons/SeparatorIcon");
const List_1 = tslib_1.__importStar(require("../List"));
const NavMenuList = styleh_components_1.styled.withComponent(List_1.default)`display:flex;flex-direction:row;${List_1.ItemPanel}{margin-left:15px;display:flex;align-items:center;}${List_1.ItemPanel}:last-child{margin-right:0px;}`;
exports.NavMenuList = NavMenuList;
const NavSeparatorIcon = styleh_components_1.styled.withComponent(SeparatorIcon_1.SeparatorIcon)`margin-left:15px;`;
exports.NavSeparatorIcon = NavSeparatorIcon; //# sourceMappingURL=styled.js.map