| 284 | // ==================== Export Editor Props ==================== |
| 285 | |
| 286 | export interface ExportEditorContext { |
| 287 | sourceType?: SourceType |
| 288 | pageId?: string |
| 289 | messageIds?: string[] |
| 290 | text?: string |
| 291 | code?: string |
| 292 | language?: string |
| 293 | table?: string |
| 294 | } |
| 295 | |
| 296 | export interface ExportEditorProps { |
| 297 | context?: ExportEditorContext |
nothing calls this directly
no outgoing calls
no test coverage detected