Source file virtual_dom_svg.ml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
open! Core
module Node = Node
module Attr = Attr
module Html_syntax = struct
module Html_syntax = struct
module Node = struct
type t = Virtual_dom.Vdom.Node.t
include Node
end
module Attr = struct
type t = Virtual_dom.Vdom.Attr.t
include Attr
end
end
end