UNPKG

edix

Version:

An experimental, type-safe, framework agnostic and small (5kB+) contenteditable state manager.

8 lines (7 loc) 210 B
import type { PasteHook } from "./types.js"; /** * An extension to handle pasting / dropping from edix editor instance. */ export declare const internalPaste: ({ key, }?: { key?: string; }) => PasteHook;