MCPcopy Create free account
hub / github.com/experdot/pointer / EditorPlugin

Interface EditorPlugin

src/renderer/src/features/export/types.ts:206–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206export interface EditorPlugin {
207 id: string
208 // Supported format types
209 formats: FormatType[]
210 // Editor component
211 Component: FC<EditorProps>
212}
213
214// ==================== Option Schema ====================
215

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected