wording
This commit is contained in:
@@ -8,7 +8,7 @@ export type Attribute = {
|
|||||||
default: any,
|
default: any,
|
||||||
rendered?: boolean,
|
rendered?: boolean,
|
||||||
renderHTML?: ((attributes: { [key: string]: any }) => any) | null,
|
renderHTML?: ((attributes: { [key: string]: any }) => any) | null,
|
||||||
parseHTML?: ((node: HTMLElement) => { [key: string]: any }) | null,
|
parseHTML?: ((element: HTMLElement) => { [key: string]: any }) | null,
|
||||||
}
|
}
|
||||||
|
|
||||||
export type Attributes = {
|
export type Attributes = {
|
||||||
|
|||||||
Reference in New Issue
Block a user