UNPKG

@atlaskit/adf-schema

Version:

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

11 lines (10 loc) 208 B
/** * @name hardBreak_node */ export interface HardBreakDefinition { type: 'hardBreak'; attrs?: { text?: '\n'; }; } export declare const hardBreak: import("prosemirror-model").NodeSpec;