UNPKG

igniteui-typedoc-theme

Version:
8 lines (7 loc) 402 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.indexTemplate = void 0; const typedoc_1 = require("typedoc"); const indexTemplate = ({ markdown }, props) => (typedoc_1.JSX.createElement("div", { class: "tsd-panel tsd-typography" }, typedoc_1.JSX.createElement(typedoc_1.JSX.Raw, { html: markdown(props.model.readme) }))); exports.indexTemplate = indexTemplate;