UNPKG

@arcgis/coding-components

Version:

Contains components for editing code in different languages. The currently supported languages are html, css, json, TypeScript, JavaScript, and Arcade.

7 lines (6 loc) 186 B
/** * Converts a markdown string to HTML using the marked library. */ export declare function convertMarkdownString(value: string | { value: string; } | null | undefined): string;