UNPKG

@maherunlocker/custom-react-table

Version:
15 lines 642 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.StyledSelectInput = void 0; require("bootstrap/dist/css/bootstrap.min.css"); const react_select_1 = __importDefault(require("react-select")); const styled_components_1 = __importDefault(require("styled-components")); exports.StyledSelectInput = (0, styled_components_1.default)(react_select_1.default) ` font-family: 'Segoe UI'; font-size: 16px; border-radius: 6px; `; //# sourceMappingURL=index.js.map