aboutsummaryrefslogtreecommitdiff
path: root/lib/blog/sidebar.mli
blob: d5def2596bf5a5fb6f45f970cf3ca97595a8cb30 (plain)
1
2
3
4
5
6
7
(** Return the sidebarr element *)
val get
  : unit -> Brr.El.t option

(** Clean the sidebarr from anay element *)
val clean
  : Brr.El.t -> unit