Signal drop!
Relay (operand.online) is unreachable.
Usually, a dropped signal means an upgrade is happening. Hold on!
Sorry, no connección.
Hang in there while we get back on track
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';