@lyra/base
Version:
Lyra plugin containing the base components and roles for a Lyra configuration
13 lines (8 loc) • 381 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var _formatStrikethrough = require('react-icons/lib/md/format-strikethrough');
var _formatStrikethrough2 = _interopRequireDefault(_formatStrikethrough);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
exports.default = _formatStrikethrough2.default;