UNPKG

codemirror-json-schema

Version:

Codemirror 6 extensions that provide full JSONSchema support for `@codemirror/lang-json` and `codemirror-json5`

4 lines (3 loc) 221 B
type Attributes = "class" | "text" | "id" | "role" | "aria-label" | "inner"; export declare function el(tagName: string, attributes: Partial<Record<Attributes, string>>, children?: HTMLElement[]): HTMLElement; export {};