UNPKG

@atlaskit/adf-schema

Version:

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

3 lines (2 loc) 249 B
export { codeBlock, codeBlockWithLocalId, toJSON as codeBlockToJSON, } from '../schema/nodes/code-block'; export type { CodeBlockAttrs, CodeBlockBaseDefinition, CodeBlockDefinition, CodeBlockWithMarksDefinition, } from '../schema/nodes/code-block';