UNPKG

mdx-prompt

Version:

Use MDX to render high quality LLM prompts

11 lines (10 loc) 232 B
/** * 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; };