mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-10-11 16:13:40 +00:00
6 lines
200 B
Rust
6 lines
200 B
Rust
![]() |
use crate::core::{OperationBuilder, Operations};
|
||
|
use crate::text_delta::TextAttributes;
|
||
|
|
||
|
pub type TextDelta = Operations<TextAttributes>;
|
||
|
pub type TextDeltaBuilder = OperationBuilder<TextAttributes>;
|