UNPKG

@curvenote/schema

Version:

Schema and markdown parser for @curvenote/editor

3 lines (2 loc) 141 B
import type { Parser } from '../types'; export declare function setInnerHTML(element: Element, content: string, DOMParser: Parser): Element;