Graduation
/
ui
/node_modules
/@melt-ui
/svelte
/dist
/internal
/actions
/escape-keydown
/action.d.ts
import type { EscapeKeydownConfig } from './types.js'; | |
export declare const useEscapeKeydown: (node: HTMLElement, config?: EscapeKeydownConfig) => { | |
update: (config?: EscapeKeydownConfig) => void; | |
destroy(): void; | |
}; | |