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 TextPlaceholder_1 = __importDefault(require("../../atoms/Placeholder/TextPlaceholder"));
const StyledTitlePlaceholder = styleh_components_1.styled.withComponent(TextPlaceholder_1.default)`
margin-bottom: 16px;
`;
exports.StyledTitlePlaceholder = StyledTitlePlaceholder;
const StyledAddressPlaceholder = styleh_components_1.styled.withComponent(TextPlaceholder_1.default)`
margin-bottom: 6px;
`;
exports.StyledAddressPlaceholder = StyledAddressPlaceholder;
const Container = styleh_components_1.styled.div`
display: flex;
flex-direction: column;
flex-wrap: wrap;
`;
exports.Container = Container;
const Wrapper = styleh_components_1.styled.section``;
exports.Wrapper = Wrapper; //# sourceMappingURL=styled.js.map