mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-19 00:13:01 +00:00
15 lines
278 B
JavaScript
15 lines
278 B
JavaScript
'use strict';
|
|
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
|
var core = require('@tiptap/core');
|
|
|
|
const Text = core.Node.create({
|
|
name: 'text',
|
|
group: 'inline',
|
|
});
|
|
|
|
exports.Text = Text;
|
|
exports["default"] = Text;
|
|
//# sourceMappingURL=index.cjs.map
|