Repository URL to install this package:
Version:
0.14.1 ▾
|
import { styled } from 'styleh-components'
import Text from 'atoms/Text'
/**
* Styled component for Error Children
*/
const ErrorComponent = styled.withComponent(Text) `
`
/**
* Styled component for Error Wrapper
*/
const ErrorComponentWrapper = styled.div ``
export { ErrorComponent, ErrorComponentWrapper }