UNPKG

@pega/custom-dx-components

Version:

Utility for building custom UI components

9 lines (7 loc) 200 B
// individual style, comment out above, and uncomment here and add styles import styled, { css } from 'styled-components'; export default styled.div(() => { return css` margin: 0px 0; `; });