UNPKG

edix

Version:

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

5 lines (4 loc) 168 B
export { plainCopy } from "./plain.js"; export { htmlCopy } from "./html.js"; export { internalCopy } from "./internal.js"; export type { CopyHook } from "./types.js";