UNPKG

@atlaskit/adf-schema

Version:

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

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