Repository URL to install this package:
|
Version:
3.7.2 ▾
|
import { styled } from 'styleh-components'
import { ObserverInput } from '../../inputs/ObserverInput'
export const StyledExpiryDateMonthYear = styled(ObserverInput)`
flex-basis: 50%;
display: inline-flex;
`