aboutsummaryrefslogtreecommitdiff
path: root/elements/prop.ml
blob: 715adec7279d73c217927800544866d390542dae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
open Brr

include El.Prop

let offsetWidth
  : int t
  = El.Prop.int (Jstr.v "offsetWidth")

let offsetHeight
  : int t
  = El.Prop.int (Jstr.v "offsetHeight")

let outerHTML
  : Jstr.t t
  = El.Prop.jstr (Jstr.v "outerHTML")