mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-17 23:42:51 +00:00
10 lines
180 B
JavaScript
10 lines
180 B
JavaScript
import { Node } from '@tiptap/core';
|
|
|
|
const Text = Node.create({
|
|
name: 'text',
|
|
group: 'inline',
|
|
});
|
|
|
|
export { Text, Text as default };
|
|
//# sourceMappingURL=index.js.map
|