mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-20 17:03:42 +00:00
16 lines
315 B
JavaScript
16 lines
315 B
JavaScript
'use strict';
|
|
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
|
var core = require('@tiptap/core');
|
|
|
|
const Document = core.Node.create({
|
|
name: 'doc',
|
|
topNode: true,
|
|
content: 'block+',
|
|
});
|
|
|
|
exports.Document = Document;
|
|
exports["default"] = Document;
|
|
//# sourceMappingURL=index.cjs.map
|