UNPKG

collaborative-input

Version:

Collaborative input and textarea bindings to JSON CRDT

3 lines (2 loc) 202 B
import type { CollaborativeStr } from 'collaborative-editor'; export declare const bind: (str: () => CollaborativeStr, input: HTMLInputElement | HTMLTextAreaElement, polling?: boolean) => (() => void);