AppFlowy/shared-lib/lib-ot/src/rich_text/delta.rs

4 lines
110 B
Rust
Raw Normal View History

2021-12-07 11:59:08 +00:00
use crate::{core::Delta, rich_text::RichTextAttributes};
pub type RichTextDelta = Delta<RichTextAttributes>;