Sylvain Filoni
update gradio client
9ada4bc
raw
history blame
218 Bytes
import { type InquirerReadline } from './read-line.type.js';
import { type KeypressEvent } from './key.js';
export declare function useKeypress(userHandler: (event: KeypressEvent, rl: InquirerReadline) => void): void;