UNPKG

@atlaskit/adf-schema

Version:

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

11 lines (10 loc) 216 B
/** * @name placeholder_node */ export interface PlaceholderDefinition { type: 'placeholder'; attrs: { text: string; }; } export declare const placeholder: import("prosemirror-model").NodeSpec;