UNPKG

edix

Version:

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

6 lines (5 loc) 142 B
import type { CopyHook } from "./types.js"; /** * An extension to handle copying to HTML. */ export declare const htmlCopy: () => CopyHook;