UNPKG

collaborative-ui

Version:

React component library for building real-time collaborative editing applications.

12 lines (11 loc) 263 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Block = void 0; class Block { constructor(id, session, repo) { this.id = id; this.session = session; this.repo = repo; } } exports.Block = Block;