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