mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-08-06 13:38:49 +08:00
feat: export isList, fix #1326
This commit is contained in:
parent
2c48bc09ea
commit
2bd17c7dc6
@ -29,6 +29,7 @@ export { default as getMarksBetween } from './helpers/getMarksBetween'
|
||||
export { default as getNodeAttributes } from './helpers/getNodeAttributes'
|
||||
export { default as getNodeType } from './helpers/getNodeType'
|
||||
export { default as isActive } from './helpers/isActive'
|
||||
export { default as isList } from './helpers/isList'
|
||||
export { default as isMarkActive } from './helpers/isMarkActive'
|
||||
export { default as isNodeActive } from './helpers/isNodeActive'
|
||||
export { default as isNodeEmpty } from './helpers/isNodeEmpty'
|
||||
|
Loading…
Reference in New Issue
Block a user