UNPKG

@atlaskit/adf-schema

Version:

Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs

5 lines (4 loc) 139 B
import type { DOMAttributes } from './panel'; export declare const getDomAttrs: (nodeAttrs: { [key: string]: any; }) => DOMAttributes;