@atlaskit/adf-schema
Version:
Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs
11 lines (10 loc) • 451 B
TypeScript
import type { NodeSpec } from '@atlaskit/editor-prosemirror/model';
/**
* @name extended_panel_c1
*
* Depth-level-1 variant of panel. Allows all standard panel content
* plus table nodes. Derives its parseDOM/toDOM behaviour from the same
* createPanelNodeSpecOptions helper as extendedPanel so that allowCustomPanel
* and generateLocalId propagate identically.
*/
export declare const extendedPanelC1: (allowCustomPanel: boolean) => NodeSpec;