UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

11 lines (8 loc) 348 B
import styled from 'styled-components'; import sx from '../../sx.js'; import getGlobalFocusStyles from '../../internal/utils/getGlobalFocusStyles.js'; const StyledButton = styled.button.withConfig({ displayName: "types__StyledButton", componentId: "sc-1bgskzn-0" })(["", ";", ";"], getGlobalFocusStyles('-2px'), sx); export { StyledButton };