UNPKG

edix

Version:

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

4 lines (3 loc) 201 B
import type { Fragment } from "../../doc/types.js"; import type { Parser } from "../../dom/parser.js"; export type PasteHook = (dataTransfer: DataTransfer, parser: Parser) => string | Fragment | null;