@atlaskit/editor-plugin-selection-toolbar
Version:
@atlaskit/editor-plugin-selection-toolbar for @atlaskit/editor-core
9 lines (8 loc) • 360 B
TypeScript
import type { UserPreferences } from '@atlaskit/editor-common/types';
export type SelectionToolbarPluginOptions = {
/**
* When set to true, placing the toolbar above the selection will be preferenced.
*/
preferenceToolbarAboveSelection?: boolean;
};
export type ToolbarDocking = NonNullable<UserPreferences['toolbarDockingInitialPosition']>;