@botonic/react
Version:
Build Chatbots using React
8 lines (7 loc) • 393 B
TypeScript
export const ESCAPED_LINE_BREAK: "<br>";
export function renderMarkdown(text: any): string;
export function renderLinks(text: any): string;
export function serializeMarkdown(children: any): any;
export function toMarkdownChildren(children: any): any;
export function getMarkdownStyle(getThemeFn: any, defaultColor: any): any;
export function getDefaultMarkdownStyle(color: any): string;