Repository URL to install this package:
Version:
0.9.6 ▾
|
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const Text_1 = __importDefault(require("atoms/Text"));
/**
* Styled component for Error Children
*/
const ErrorComponent = styled.withComponent(Text_1.default) `
`;
exports.ErrorComponent = ErrorComponent;
/**
* Styled component for Error Wrapper
*/
const ErrorComponentWrap = styled.div `
`;
exports.ErrorComponentWrap = ErrorComponentWrap;
//# sourceMappingURL=styled.js.map