UNPKG

@atlaskit/editor-plugin-card

Version:

Card plugin for @atlaskit/editor-core

4 lines (3 loc) 252 B
import type { NodeViewConstructor } from '@atlaskit/editor-common/lazy-node-view'; import type { InlineCardNodeViewProperties } from './inlineCard'; export declare const lazyInlineCardView: (props: InlineCardNodeViewProperties) => NodeViewConstructor;