feat: add editor.getAttributes, deprecate editor.getNodeAttributes and editor.getMarkAttributes
This commit is contained in:
@@ -21,6 +21,7 @@ export { default as generateHTML } from './helpers/generateHTML'
|
||||
export { default as generateJSON } from './helpers/generateJSON'
|
||||
export { default as getSchema } from './helpers/getSchema'
|
||||
export { default as getHTMLFromFragment } from './helpers/getHTMLFromFragment'
|
||||
export { default as getAttributes } from './helpers/getMarkAttributes'
|
||||
export { default as getMarkAttributes } from './helpers/getMarkAttributes'
|
||||
export { default as getNodeAttributes } from './helpers/getNodeAttributes'
|
||||
export { default as getNodeType } from './helpers/getNodeType'
|
||||
|
||||
Reference in New Issue
Block a user