UNPKG

@atlaskit/adf-schema

Version:

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

11 lines (10 loc) 266 B
import type { ADFCommonNodeSpec, ADFNode } from '@atlaskit/adf-schema-generator'; export declare const bodiedExtension: ADFNode<[ string, 'with_marks', 'root_only' ], ADFCommonNodeSpec & { content: never[]; ignore: never[]; marks: any[]; }>;