UNPKG

edix

Version:

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

3 lines (2 loc) 146 B
import type { Fragment } from "../../doc/types.js"; export type CopyHook = (dataTransfer: DataTransfer, doc: Fragment, element: Element) => void;