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