mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-03-01 04:22:08 +00:00
11 lines
213 B
JavaScript
11 lines
213 B
JavaScript
import { Node } from '@tiptap/core';
|
|
|
|
const Document = Node.create({
|
|
name: 'doc',
|
|
topNode: true,
|
|
content: 'block+',
|
|
});
|
|
|
|
export { Document, Document as default };
|
|
//# sourceMappingURL=index.js.map
|