Skip to content

Commit b854ad8

Browse files
authored
feat!: Support properties on text ranges (#627)
1 parent 5801c4a commit b854ad8

File tree

2 files changed

+199
-61
lines changed

2 files changed

+199
-61
lines changed

consumer/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pub(crate) mod iterators;
2020

2121
pub(crate) mod text;
2222
pub use text::{
23-
AttributeValue as TextAttributeValue, Position as TextPosition, Range as TextRange,
23+
Position as TextPosition, Range as TextRange, RangePropertyValue as TextRangePropertyValue,
2424
WeakRange as WeakTextRange,
2525
};
2626

0 commit comments

Comments
 (0)