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