UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

12 lines (9 loc) 366 B
import styled from 'styled-components'; import { get } from '../constants.js'; import sx from '../sx.js'; const LabelGroup = styled.span.withConfig({ displayName: "LabelGroup", componentId: "sc-6tqg8q-0" })(["& *{margin-right:", ";}& *:last-child{margin-right:0;}", ";"], get('space.1'), sx); var LabelGroup$1 = LabelGroup; export { LabelGroup$1 as default };