UNPKG
mdx-prompt
Version:
latest (0.4.3)
0.4.3
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
0.2.0
0.1.1
Use MDX to render high quality LLM prompts
github.com/edspencer/mdx-prompt
edspencer/mdx-prompt
mdx-prompt
/
dist
/
types
/
components
/
html.d.ts
11 lines
(10 loc)
•
232 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** * Overrides default HTML element renderings. *
@type
{
Object
} */
export
declare
const
htmlComponents
: {
p
:
(
props
:
any
) =>
any
;
ul
:
(
props
:
any
) =>
any
;
ol
:
(
props
:
any
) =>
any
;
li
:
(
props
:
any
) =>
string
; };