Module Quill_editor.Dom_utilsSource
Sourceval parse_id_from_string : prefix:string -> string -> int option Sourceval is_inline_id : string -> bool Sourcetype traverse_result = | Found of {node : Brr_ext.El.t;position : int;
}| Not_found of int