Repository URL to install this package:
Version:
0.9.7 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const ArrowIcon_1 = require("atoms/Icons/ArrowIcon");
const StyledButton = styled.withComponent('Button') `
border: 0;
background-color: transparent;
`;
exports.StyledButton = StyledButton;
const UpArrowIcon = styled.withComponent(ArrowIcon_1.ArrowIcon) `
`;
exports.UpArrowIcon = UpArrowIcon;
const DownArrowIcon = styled.withComponent(ArrowIcon_1.ArrowIcon) `
`;
exports.DownArrowIcon = DownArrowIcon;
const ButtonWrapper = styled.section `
display: flex;
flex-direction: column;
align-items: center;
`;
exports.ButtonWrapper = ButtonWrapper;
//# sourceMappingURL=styled.js.map