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