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