react-devicon
Version:
React Devicon is a React implementation of the Devicon package, a library that contains the logos of several programming languages and libraries, as well as of different design and development tools.
16 lines (12 loc) • 373 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
var _SlackPlain = require('./SlackPlain');
Object.defineProperty(exports, 'default', {
enumerable: true,
get: function get() {
return _interopRequireDefault(_SlackPlain).default;
}
});
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
;