mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
feat(qr-generate): add ResultsPanel to ToolRegistryEntry interface
This commit is contained in:
@@ -58,6 +58,8 @@ export interface ToolRegistryEntry {
|
|||||||
cropProps?: CropProps;
|
cropProps?: CropProps;
|
||||||
eraserProps?: EraserProps;
|
eraserProps?: EraserProps;
|
||||||
}>;
|
}>;
|
||||||
|
/** Optional panel for tools that render custom content in the main area. */
|
||||||
|
ResultsPanel?: React.ComponentType;
|
||||||
}
|
}
|
||||||
|
|
||||||
// ── Lazy-loaded settings components ────────────────────────────────
|
// ── Lazy-loaded settings components ────────────────────────────────
|
||||||
|
|||||||
Reference in New Issue
Block a user