UNPKG

@atlaskit/adf-schema

Version:

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

10 lines (9 loc) 392 B
import type { ADFNode, ADFNodeGroup } from '@atlaskit/adf-schema-generator'; export declare const nonNestableBlockContent: Array<ADFNode<any, any>>; /** // eslint-disable-next-line eslint-plugin-jsdoc/check-tag-names * @DSLCompatibilityException * * Pseudo group used to match existing validator and json schema specs. */ export declare const nonNestableBlockContentGroup: ADFNodeGroup;