feat: json rich text editor, blocks, asides, general structure
This commit is contained in:
5
types/rte/option.ts
Normal file
5
types/rte/option.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import type { RTERenderMark, RTERenderOptionComponent } from "./node"
|
||||
|
||||
export type RenderOptions = {
|
||||
[type: string]: RTERenderOptionComponent | RTERenderMark
|
||||
}
|
||||
Reference in New Issue
Block a user