pub type Delta
pub type Format { Bold Italic Underline }
Bold
Italic
Underline
pub type Quill
pub opaque type RichTextStore
pub fn delta(store: RichTextStore) -> Delta
pub fn editor(store: RichTextStore) -> Component
pub fn format(store: RichTextStore, format: Format) -> Delta
pub fn store() -> RichTextStore
pub fn text(store: RichTextStore) -> String