Repository URL to install this package:
|
Version:
2.7.11 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const styleh_components_1 = require("styleh-components"); // NOTE: the SVG fill in ONLY set via CSS, respects default icon fill
const StyledSeparator = styleh_components_1.styled.div.attrs({
className: 'separator',
role: 'separator'
})`display:inline-block;${props => props.arrow ? styleh_components_1.styled.css`` : styleh_components_1.styled.css`padding:0 0.5rem;`};`;
exports.StyledSeparator = StyledSeparator;
exports.default = StyledSeparator; //# sourceMappingURL=styled.js.map