@atlaskit/editor-plugin-placeholder
Version:
Placeholder plugin for @atlaskit/editor-core.
5 lines (4 loc) • 297 B
TypeScript
import type { IntlShape } from 'react-intl';
import type { DocNode } from '@atlaskit/adf-schema';
export declare const createShortEmptyNodePlaceholderADF: ({ formatMessage }: IntlShape) => DocNode;
export declare const createLongEmptyNodePlaceholderADF: ({ formatMessage }: IntlShape) => DocNode;