package bonsai

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type change = {
  1. selector : string;
  2. width : float;
  3. height : float;
}
val change_sizes : ('a, 'b) t -> get_vdom:('a -> Bonsai_web.Vdom.Node.t) -> change list -> unit