UNPKG

@atlaskit/editor-plugin-layout

Version:

Layout plugin for @atlaskit/editor-core

3 lines (2 loc) 138 B
import type { Node as PMNode } from '@atlaskit/editor-prosemirror/model'; export declare const isEmptyLayout: (node?: PMNode) => boolean;