@atlaskit/editor-plugin-context-panel
Version:
Context panel plugin for @atlaskit/editor-core
5 lines (4 loc) • 320 B
TypeScript
export { contextPanelPlugin } from './contextPanelPlugin';
export type { ContextPanelPlugin, ContextPanelPluginOptions } from './contextPanelPluginType';
export type { ApplyChangeHandler } from './types';
export type { HideObjectSidebar, HideObjectSidebarById, ShowObjectSidebar, } from './types/object-siderbar-types';