UNPKG

qnce-engine

Version:

Core QNCE (Quantum Narrative Convergence Engine) - Framework agnostic narrative engine with performance optimization

16 lines 587 B
import React from 'react'; import { UndoRedoControlsProps } from '../types'; /** * UndoRedoControls Component * * Provides accessible undo/redo buttons with real-time state updates, * tooltips, keyboard support, and customizable theming. * * Features: * - Real-time enable/disable based on undo/redo availability * - Accessible with ARIA labels and keyboard navigation * - Customizable themes and layouts * - Integration with QNCE Engine undo/redo system */ export declare const UndoRedoControls: React.FC<UndoRedoControlsProps>; //# sourceMappingURL=UndoRedoControls.d.ts.map