UNPKG

medium-proeditor

Version:

A powerful & customizable Medium-style rich text editor

6 lines 276 B
export declare function createElement<K extends keyof HTMLElementTagNameMap>(tag: K, options?: { className?: string; attributes?: Record<string, string>; children?: (HTMLElement | string)[]; }): HTMLElementTagNameMap[K]; //# sourceMappingURL=createElement.d.ts.map