UNPKG

@atlaskit/adf-schema

Version:

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

10 lines (9 loc) 239 B
import type { ADFCommonNodeSpec, ADFNode } from '@atlaskit/adf-schema-generator'; export declare const codeBlock: ADFNode<[ string, 'root_only' ], ADFCommonNodeSpec & { marks: any[]; noExtend: true; noMarks: false; }>;