@primer/components
Version:
Primer react components
8 lines • 321 B
JavaScript
import styled from 'styled-components';
import { get } from './constants';
import sx from './sx';
const Heading = styled.h2.withConfig({
displayName: "Heading",
componentId: "sc-1cjoo9h-0"
})(["font-weight:", ";font-size:", ";margin:0;", ";"], get('fontWeights.bold'), get('fontSizes.5'), sx);
export default Heading;