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 BackToTopParent = view_container_1.styled.div `
position: fixed;
/* top: 80%;
bottom: 20px;
right: 20px; */
`;
exports.BackToTopParent = BackToTopParent;
//# sourceMappingURL=styled.js.map