UNPKG

@pega/dx-component-builder-sdk

Version:

Utility for building custom UI components

8 lines (6 loc) 126 B
import styled, { css } from 'styled-components'; export default styled.div(() => { return css` margin: 0px 0; `; });