UNPKG

@atlaskit/adf-schema

Version:

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

12 lines (11 loc) 269 B
/** * @name rule_node */ export interface RuleDefinition { attrs?: { localId?: string; }; type: 'rule'; } export declare const rule: import("prosemirror-model").NodeSpec; export declare const ruleWithLocalId: import("prosemirror-model").NodeSpec;