DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
225 Bytes
import type { EscapeKeydownConfig } from './types.js';
export declare const useEscapeKeydown: (node: HTMLElement, config?: EscapeKeydownConfig) => {
update: (config?: EscapeKeydownConfig) => void;
destroy(): void;
};