UNPKG

tdesign-miniprogram

Version:
18 lines (17 loc) 379 B
export interface TdChatMarkdownProps { content: { type: StringConstructor; value?: string; required?: boolean; }; options?: { type: ObjectConstructor; value?: TdChatContentMDOptions; }; } export interface TdChatContentMDOptions { gfm?: boolean; pedantic?: boolean; smartLists?: boolean; breaks?: boolean; }