UNPKG

ds-markdown

Version:

> πŸš€ React Markdown ζ‰“ε­—εŠ¨η”»η»„δ»ΆοΌŒζδΎ›ηŽ°δ»£θŠε€©η•Œι’ζ•ˆζžœ

13 lines β€’ 601 B
import { AnswerType, IMarkdownCode, IMarkdownMath, IMarkdownPlugin, MarkdownCMDRef, Theme } from '../defined/index.js'; import { MarkdownTyperCMDProps } from 'react-markdown-typer'; interface IMarkdownCustom { answerType?: AnswerType; theme?: Theme; codeBlock?: IMarkdownCode; plugins?: IMarkdownPlugin[]; math?: IMarkdownMath; isInnerRender?: boolean; } declare const MarkdownCMD: import("react").ForwardRefExoticComponent<MarkdownTyperCMDProps & IMarkdownCustom & import("react").RefAttributes<MarkdownCMDRef>>; export default MarkdownCMD; //# sourceMappingURL=index.d.ts.map