Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
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 }