UNPKG

edix

Version:

An experimental, framework agnostic, small (~3kB) contenteditable state manager.

5 lines (4 loc) 154 B
export type { EditableCommand } from "./commands"; export { Delete, InsertText } from "./commands"; export * from "./editable"; export * from "./schema";