UNPKG

edix

Version:

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

6 lines (5 loc) 211 B
export { filePaste } from "./file.js"; export { plainPaste } from "./plain.js"; export { htmlPaste } from "./html.js"; export { internalPaste } from "./internal.js"; export type { PasteHook } from "./types.js";