UNPKG

edix

Version:

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

4 lines (3 loc) 123 B
export type { EditableSchema, InferDoc, InferNode } from "./types"; export * from "./plain"; export * from "./structured";