UNPKG

@navinc/base-react-components

Version:
10 lines 252 B
import styled from 'styled-components'; const Divider = styled.hr ` border-radius: 4px; border: none; height: 8px; background-color: ${({ theme }) => theme.neutral100}; margin: 0; `; export default Divider; //# sourceMappingURL=divider.js.map