UNPKG

edix

Version:

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

6 lines (5 loc) 165 B
import type { PasteHook } from "./types.js"; /** * An extension to handle pasting / dropping from plain text. */ export declare const plainPaste: () => PasteHook;