UNPKG

@onwave/ui

Version:
13 lines 822 B
var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) { if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; } return cooked; }; import styled from "@emotion/styled"; import React from "react"; export var Slide = React.memo(function (_a) { var children = _a.children, className = _a.className; return (React.createElement(Container, { className: className + " oui-slide" }, children)); }); var Container = styled.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n position: relative;\n overflow: hidden;\n width: 100%;\n min-height: 100%;\n"], ["\n position: relative;\n overflow: hidden;\n width: 100%;\n min-height: 100%;\n"]))); var templateObject_1; //# sourceMappingURL=Slide.js.map