UNPKG

botframework-webchat-component

Version:
6 lines 256 B
import { type RefObject } from 'react'; export default function useUndoStack(elementRef: RefObject<HTMLInputElement | HTMLTextAreaElement>): Readonly<{ push: (group?: string) => void; undo: () => void; }>; //# sourceMappingURL=useUndoStack.d.ts.map