UNPKG

@muvehealth/fixins

Version:

Component library for Muvehealth

11 lines (9 loc) 165 B
// @flow import styled from 'react-emotion' import Box from '../Box' export default styled(Box)( { position: 'relative' }, ({ z }) => ({ zIndex: z, }), )