UNPKG

strapi-plugin-content-manager

Version:

A powerful UI to easily manage your data.

12 lines (8 loc) 209 B
import styled from 'styled-components'; const BaselineAlignement = styled.div` padding-top: ${({ top }) => top}; `; BaselineAlignement.defaultProps = { top: '1px', }; export default BaselineAlignement;