Operand

do no harem.

gram: docs

> ./packages/core/src/plugin-api/index.ts

/**
* Core Plugin API — Framework-Agnostic
*
* Exports the core plugin interfaces and types that can be used
* by any framework adapter (React, Vue, etc.).
*
* @experimental Plugin API is still evolving. Breaking changes may
* happen in minor releases until plugin authors stabilize the contract.
* @packageDocumentation
* @public
*/
export type {
EditorPluginCore,
PluginPanelProps,
PanelConfig,
RenderedDomContext,
PositionCoordinates,
SidebarItem,
SidebarItemContext,
} from './types';