feat(qr-generate): add ResultsPanel to ToolRegistryEntry interface

This commit is contained in:
Siddharth Kumar Sah
2026-04-13 10:00:33 +08:00
parent 4a3883e5dd
commit 73139e4313
+2
View File
@@ -58,6 +58,8 @@ export interface ToolRegistryEntry {
cropProps?: CropProps;
eraserProps?: EraserProps;
}>;
/** Optional panel for tools that render custom content in the main area. */
ResultsPanel?: React.ComponentType;
}
// ── Lazy-loaded settings components ────────────────────────────────