AppFlowy/shared-lib/lib-ot/src/rich_text/delta.rs
2021-12-10 11:21:25 +08:00

4 lines
110 B
Rust

use crate::{core::Delta, rich_text::RichTextAttributes};
pub type RichTextDelta = Delta<RichTextAttributes>;