UNPKG

@atlaskit/editor-plugin-card

Version:

Card plugin for @atlaskit/editor-core

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