@atlaskit/editor-plugin-placeholder
Version:
Placeholder plugin for @atlaskit/editor-core.
3 lines (2 loc) • 342 B
TypeScript
import type { PlaceholderPromptAnimationOptions } from './types';
export declare const cycleThroughPlaceholderPrompts: (placeholderPrompts: string[], activeTypewriterTimeouts: (() => void)[] | undefined, placeholderNodeWithText: HTMLElement, initialDelayWhenUserTypedAndDeleted?: number, options?: PlaceholderPromptAnimationOptions) => void;