UNPKG

@bootstrap-styled/v4

Version:

twbs/bootstrap V4 UI Components made with bootstrap-styled. Work with css-in-js, react, styled-components, and Bootstrap Styled utilities.

25 lines (19 loc) 542 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _styledComponents = _interopRequireDefault(require("styled-components")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } /** * Map Component * */ var Map = _styledComponents.default.map.withConfig({ displayName: "Map", componentId: "sc-1bvlqdw-0" })(["display:inline;"]); /** @component */ var _default = Map; exports.default = _default; module.exports = exports.default;