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