UNPKG

@atlaskit/editor-common

Version:

A package that contains common classes and components for editor and renderer

4 lines (3 loc) 203 B
import type { Node as PmNode } from '@atlaskit/editor-prosemirror/model'; export declare const expandedState: WeakMap<PmNode, boolean>; export declare const isExpandCollapsed: (node: PmNode) => boolean;