Repository URL to install this package:
|
Version:
0.9.5 ▾
|
ui-component-library
/
dist
/
components
/
abstractions
/
Subscription
/
ShippingAddressCard
/
styled.js
|
|---|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const view_container_1 = require("uxui-modules/view-container");
const HeaderWrapper = view_container_1.styled.div `
display: flex;
justify-content: space-between;
margin-bottom: 8px;
`;
exports.HeaderWrapper = HeaderWrapper;
//# sourceMappingURL=styled.js.map