UNPKG

ig-typedoc-theme

Version:

infragistics theme for typedoc API documentation with versioning and localization

4 lines (3 loc) 224 B
import { JSX } from "typedoc"; export const indexTemplate = ({ markdown }, props) => (JSX.createElement("div", { class: "tsd-panel tsd-typography" }, JSX.createElement(JSX.Raw, { html: markdown(props.model.readme) })));