Module Goog.Ui.TabBar
module TabBar : sig..end
type location = | TOP(* Below tab contents. *) | BOTTOM(* To the left of tab contents (to the right if the page is right-to-left). *) | START(* To the right of tab contents (to the left if the page is right-to-left). *) | END
Tab bar location relative to tab contents.
type location_pre
val location_pre_of_location : location -> location_pre
val location_of_location_pre : location_pre -> location
