Repository URL to install this package:
|
Version:
2.8.0-studio-release ▾
|
import { styled } from 'styleh-components'
import { RectanglePlaceholder, TextPlaceholder } from 'atoms/Placeholder'
const TitlePlaceholder = styled.withComponent(TextPlaceholder)`
margin-bottom: rem(16);
`
const InputBoxPlaceholder = styled.withComponent(RectanglePlaceholder)``
const Wrapper = styled.div``
export { TitlePlaceholder, InputBoxPlaceholder, Wrapper }