Repository URL to install this package:
|
Version:
2.1.16 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const tslib_1 = require("tslib");
const styleh_components_1 = require("styleh-components");
const ExpandableCard_1 = tslib_1.__importDefault(require("@skava/ui/dist/components/organisms/ExpandableCard")); // const StyledExpandableCard = styled.withComponent(ExpandableCard)``
const StyledExpandableCard = ExpandableCard_1.default;
exports.StyledExpandableCard = StyledExpandableCard;
const HeaderWrapper = styleh_components_1.styled.div`width:100%;height:40px;background-color:var(--color-red);display:flex;flex-direction:row;justify-content:space-between;`;
exports.HeaderWrapper = HeaderWrapper;
const FooterWrapper = styleh_components_1.styled.div`width:100%;height:100px;background-color:green;`;
exports.FooterWrapper = FooterWrapper;
const ExpandableCardWrapper = styleh_components_1.styled.div``;
exports.ExpandableCardWrapper = ExpandableCardWrapper;