UNPKG

@primer/components

Version:
8 lines 333 B
import styled from 'styled-components'; import { COMMON, get } from './constants'; import sx from './sx'; const LabelGroup = styled.span.withConfig({ displayName: "LabelGroup", componentId: "k6k3qa-0" })(["", " & *{margin-right:", ";}& *:last-child{margin-right:0;}", ";"], COMMON, get('space.1'), sx); export default LabelGroup;