File size: 225 Bytes
bc20498 |
1 2 3 4 5 6 |
import type { EscapeKeydownConfig } from './types.js';
export declare const useEscapeKeydown: (node: HTMLElement, config?: EscapeKeydownConfig) => {
update: (config?: EscapeKeydownConfig) => void;
destroy(): void;
};
|