UNPKG

@stokr/components-library

Version:

STOKR - Components Library

16 lines (15 loc) 660 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Tab = exports.StyledTabs = void 0; var _styledComponents = _interopRequireDefault(require("styled-components")); function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; } const StyledTabs = exports.StyledTabs = _styledComponents.default.div.withConfig({ displayName: "Tabsstyles__StyledTabs", componentId: "sc-gc1wc-0" })(["position:relative;width:100%;"]); const Tab = exports.Tab = _styledComponents.default.div.withConfig({ displayName: "Tabsstyles__Tab", componentId: "sc-gc1wc-1" })(["position:relative;top:0;left:0;width:100%;"]);