UNPKG

@prosekit/svelte

Version:

Svelte components and utilities for ProseKit

5 lines (4 loc) 220 B
export declare function useEventHandlers(element: HTMLElement, eventHandlers: Record<string, (...args: any[]) => any>): { update(eventHandlers: Record<string, (...args: any[]) => any>): void; destroy(): void; };