Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
    return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const ExpandableCard_1 = __importDefault(require("organisms/ExpandableCard"));
// const StyledExpandableCard = styled.withComponent(ExpandableCard)``
const StyledExpandableCard = ExpandableCard_1.default;
exports.StyledExpandableCard = StyledExpandableCard;
const HeaderWrapper = styled.div `
  width: 100%;
  height: 40px;
  background-color: red;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
`;
exports.HeaderWrapper = HeaderWrapper;
const FooterWrapper = styled.div `
  width: 100%;
  height: 100px;
  background-color: green;
`;
exports.FooterWrapper = FooterWrapper;
const ExpandableCardWrapper = styled.div ``;
exports.ExpandableCardWrapper = ExpandableCardWrapper;
//# sourceMappingURL=styled.js.map