Repository URL to install this package:
Version:
0.9.6 ▾
|
import { styled } from '@skava/modules/___dist/view-container'
import Text from 'atoms/Text'
/**
* Styled component for Error Children
*/
const ErrorComponent = styled.withComponent(Text)`
`
/**
* Styled component for Error Wrapper
*/
const ErrorComponentWrap = styled.div`
`
export {
ErrorComponent,
ErrorComponentWrap,
}