@atlaskit/adf-schema
Version:
Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs
13 lines (12 loc) • 406 B
TypeScript
import type { ADFNodeGroup } from '@atlaskit/adf-schema-generator';
/**
// eslint-disable-next-line eslint-plugin-jsdoc/check-tag-names
* @DSLCompatibilityException
*
* Pseudo group used to match existing validator and json schema specs.
*
* Has slight differences from the original inlineGroup:
* - no text
* - no text.use('link_inline')
*/
export declare const inlineContentGroup: ADFNodeGroup;