UNPKG

@prosekit/svelte

Version:

Svelte components and utilities for ProseKit

5 lines 268 B
export declare function useEventHandlers(element: HTMLElement, eventHandlers: Record<string, (...args: any[]) => any>): { update(eventHandlers: Record<string, (...args: any[]) => any>): void; destroy(): void; }; //# sourceMappingURL=use-event-handlers.d.ts.map