@react-pakistan/react-ui-collection
Version:
React UI Collection built upon React Storybook
17 lines (16 loc) • 1.66 kB
JavaScript
;
var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
return cooked;
};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.RightContainer = exports.MiddleContainer = exports.LeftContainer = exports.PaginatorBarContainer = void 0;
var styled_components_1 = __importDefault(require("styled-components"));
exports.PaginatorBarContainer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject([""], [""])));
exports.LeftContainer = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n display: flex;\n flex-flow: row nowrap;\n justify-content: flex-start;\n align-items: center;\n"], ["\n display: flex;\n flex-flow: row nowrap;\n justify-content: flex-start;\n align-items: center;\n"])));
exports.MiddleContainer = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject([""], [""])));
exports.RightContainer = styled_components_1.default.div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n display: flex;\n flex-flow: row nowrap;\n justify-content: flex-start;\n align-items: center;\n"], ["\n display: flex;\n flex-flow: row nowrap;\n justify-content: flex-start;\n align-items: center;\n"])));
var templateObject_1, templateObject_2, templateObject_3, templateObject_4;