UNPKG

edix

Version:

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

8 lines (7 loc) 194 B
import type { CopyHook } from "./types.js"; /** * An extension to handle copying to edix editor instance. */ export declare const internalCopy: ({ key, }?: { key?: string; }) => CopyHook;