UNPKG

collaborative-ui

Version:

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

11 lines (10 loc) 355 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BlogpostSchema = void 0; const json_crdt_1 = require("json-joy/lib/json-crdt"); exports.BlogpostSchema = json_crdt_1.s.obj({ title: json_crdt_1.s.str(''), content: json_crdt_1.s.str(''), tags: json_crdt_1.s.arr([]), public: json_crdt_1.s.con(false), });