UNPKG

@atlaskit/adf-schema

Version:

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

8 lines (7 loc) 146 B
/** * @name rule_node */ export interface RuleDefinition { type: 'rule'; } export declare const rule: import("prosemirror-model").NodeSpec;