@kiwicom/orbit-components
Version:
Orbit-components is a React component library which provides developers with the easiest possible way of building Kiwi.com’s products.
8 lines (7 loc) • 322 B
JavaScript
;
exports.__esModule = true;
exports.default = void 0;
var _styledComponents = require("styled-components");
const toggleUp = contentHeight => (0, _styledComponents.keyframes)(["0%{max-height:", "px;opacity:1}100%{max-height:0;opacity:0}"], contentHeight);
var _default = toggleUp;
exports.default = _default;