highlight-plus
Version:
A React component that extends react-highlight to highlight search terms within syntax-highlighted code.
9 lines • 403 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
require("./styles/style.css");
const HighlightPlus_1 = __importDefault(require("./components/HighlightPlus"));
exports.default = HighlightPlus_1.default;
//# sourceMappingURL=index.js.map