@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.
24 lines (18 loc) • 600 B
JavaScript
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 }; }
/**
* `<Dfn />` component represents the defining instance of a term in HTML.
*/
var Dfn = _styledComponents.default.dfn.withConfig({
displayName: "Dfn",
componentId: "sc-10t3p5i-0"
})(["font-style:italic;"]);
/** @component */
var _default = Dfn;
exports.default = _default;
module.exports = exports.default;
;