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