rename package folders
This commit is contained in:
13
packages/extension-text/index.ts
Normal file
13
packages/extension-text/index.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { Node } from '@tiptap/core'
|
||||
|
||||
export default class Text extends Node {
|
||||
|
||||
name = 'text'
|
||||
|
||||
schema() {
|
||||
return {
|
||||
group: 'inline',
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user