UNPKG

rhine-var

Version:

Variables that support multi-user collaboration and persistence, making collaboration and variable operations as simple as possible, with strict and well-defined type hints.

7 lines 262 B
import { UndoManagerOptions } from "yjs/dist/src/utils/UndoManager"; export default interface ProxyOptions { overwrite?: boolean; undoManager?: boolean | UndoManagerOptions; awareness?: boolean; } //# sourceMappingURL=proxy-options.interface.d.ts.map