Repository URL to install this package:
Version:
0.9.6 ▾
|
import { styled } from 'view-container'
const StyledGoogleMapWrapper = styled.div ``
const StyledGoogleMap = styled.div `
height: 100vh;
`
export { StyledGoogleMapWrapper, StyledGoogleMap }