mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-28 15:49:23 +08:00
wording
This commit is contained in:
parent
b962890de5
commit
2fdaf724d4
@ -8,7 +8,7 @@ export type Attribute = {
|
||||
default: any,
|
||||
rendered?: boolean,
|
||||
renderHTML?: ((attributes: { [key: string]: any }) => any) | null,
|
||||
parseHTML?: ((node: HTMLElement) => { [key: string]: any }) | null,
|
||||
parseHTML?: ((element: HTMLElement) => { [key: string]: any }) | null,
|
||||
}
|
||||
|
||||
export type Attributes = {
|
||||
|
Loading…
Reference in New Issue
Block a user