summaryrefslogtreecommitdiff
path: root/node_modules/typedoc/dist/lib/output/themes/default/templates/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/typedoc/dist/lib/output/themes/default/templates/index.js')
-rw-r--r--node_modules/typedoc/dist/lib/output/themes/default/templates/index.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/node_modules/typedoc/dist/lib/output/themes/default/templates/index.js b/node_modules/typedoc/dist/lib/output/themes/default/templates/index.js
new file mode 100644
index 0000000..c4c6e76
--- /dev/null
+++ b/node_modules/typedoc/dist/lib/output/themes/default/templates/index.js
@@ -0,0 +1,7 @@
+"use strict";
+Object.defineProperty(exports, "__esModule", { value: true });
+exports.indexTemplate = void 0;
+const utils_1 = require("../../../../utils");
+const indexTemplate = ({ markdown }, props) => (utils_1.JSX.createElement("div", { class: "tsd-panel tsd-typography" },
+ utils_1.JSX.createElement(utils_1.Raw, { html: markdown(props.model.readme || []) })));
+exports.indexTemplate = indexTemplate;