UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

3 lines (2 loc) 203 B
import type { PeritextMlElement, PeritextMlNode } from '../block/types'; export declare const h: (tag: string, props: Record<string, unknown> | null, ...children: PeritextMlNode[]) => PeritextMlElement;