UNPKG

plopfile-generate

Version:

Installation:

9 lines (7 loc) 178 B
import styled from 'styled-components'; import { Button } from 'antd'; export const ButtonWrapper = styled(Button)` width: 100%; margin-top: 10px; margin-bottom: 10px; `;