UNPKG

@atlaskit/editor-plugin-scroll-into-view

Version:

Scroll-into-view plugin for @atlaskit/editor-core

3 lines (2 loc) 142 B
import type { NextEditorPlugin } from '@atlaskit/editor-common/types'; export type ScrollIntoViewPlugin = NextEditorPlugin<'scrollIntoView'>;