| 204 | } |
| 205 | |
| 206 | export 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 |
nothing calls this directly
no outgoing calls
no test coverage detected