This repository has been archived on 2026-02-15. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
breakpilot-pwa/studio-v2/components/worksheet-editor/index.ts
BreakPilot Dev 916ecef476 feat(worksheet-editor): Add OCR import panel for grid analysis data
Add OCRImportPanel component and ocr-integration utilities to import
OCR-analyzed data from the grid detection service into the worksheet editor.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-09 23:50:35 +01:00

17 lines
596 B
TypeScript

/**
* Worksheet Editor Components
*
* Export all worksheet editor components for easy importing
*/
export { FabricCanvas } from './FabricCanvas'
export { EditorToolbar } from './EditorToolbar'
export { PropertiesPanel } from './PropertiesPanel'
export { AIImageGenerator } from './AIImageGenerator'
export { CanvasControls } from './CanvasControls'
export { PageNavigator } from './PageNavigator'
export { ExportPanel } from './ExportPanel'
export { DocumentImporter } from './DocumentImporter'
export { CleanupPanel } from './CleanupPanel'
export { OCRImportPanel } from './OCRImportPanel'