-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmod.ts
132 lines (132 loc) · 3.67 KB
/
mod.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
export * from "./a.tsx";
export * from "./abbr.tsx";
export * from "./acronym.tsx";
export * from "./address.tsx";
export * from "./area.tsx";
export * from "./article.tsx";
export * from "./aside.tsx";
export * from "./audio.tsx";
export * from "./b.tsx";
export * from "./base.tsx";
export * from "./bdi.tsx";
export * from "./bdo.tsx";
export * from "./big.tsx";
export * from "./blockquote.tsx";
export * from "./body.tsx";
export * from "./br.tsx";
export * from "./button.tsx";
export * from "./canvas.tsx";
export * from "./caption.tsx";
export * from "./center.tsx";
export * from "./cite.tsx";
export * from "./code.tsx";
export * from "./col.tsx";
export * from "./colgroup.tsx";
export * from "./data.tsx";
export * from "./datalist.tsx";
export * from "./dd.tsx";
export * from "./del.tsx";
export * from "./details.tsx";
export * from "./dfn.tsx";
export * from "./dialog.tsx";
export * from "./dir.tsx";
export * from "./div.tsx";
export * from "./dl.tsx";
export * from "./dt.tsx";
export * from "./em.tsx";
export * from "./embed.tsx";
export * from "./fencedframe.tsx";
export * from "./fieldset.tsx";
export * from "./figcaption.tsx";
export * from "./figure.tsx";
export * from "./font.tsx";
export * from "./footer.tsx";
export * from "./form.tsx";
export * from "./frame.tsx";
export * from "./frameset.tsx";
export * from "./h1.tsx";
export * from "./h2.tsx";
export * from "./h3.tsx";
export * from "./h4.tsx";
export * from "./h5.tsx";
export * from "./h6.tsx";
export * from "./head.tsx";
export * from "./header.tsx";
export * from "./hgroup.tsx";
export * from "./hr.tsx";
export * from "./html.tsx";
export * from "./i.tsx";
export * from "./iframe.tsx";
export * from "./img.tsx";
export * from "./input.tsx";
export * from "./ins.tsx";
export * from "./kbd.tsx";
export * from "./label.tsx";
export * from "./legend.tsx";
export * from "./li.tsx";
export * from "./link.tsx";
export * from "./main.tsx";
export * from "./map.tsx";
export * from "./mark.tsx";
export * from "./marquee.tsx";
export * from "./menu.tsx";
export * from "./meta.tsx";
export * from "./meter.tsx";
export * from "./nav.tsx";
export * from "./nobr.tsx";
export * from "./noembed.tsx";
export * from "./noframes.tsx";
export * from "./noscript.tsx";
export * from "./object.tsx";
export * from "./ol.tsx";
export * from "./optgroup.tsx";
export * from "./option.tsx";
export * from "./output.tsx";
export * from "./p.tsx";
export * from "./param.tsx";
export * from "./picture.tsx";
export * from "./plaintext.tsx";
export * from "./portal.tsx";
export * from "./pre.tsx";
export * from "./progress.tsx";
export * from "./q.tsx";
export * from "./rb.tsx";
export * from "./rp.tsx";
export * from "./rt.tsx";
export * from "./rtc.tsx";
export * from "./ruby.tsx";
export * from "./s.tsx";
export * from "./samp.tsx";
export * from "./script.tsx";
export * from "./search.tsx";
export * from "./section.tsx";
export * from "./select.tsx";
export * from "./slot.tsx";
export * from "./small.tsx";
export * from "./source.tsx";
export * from "./span.tsx";
export * from "./strike.tsx";
export * from "./strong.tsx";
export * from "./style.tsx";
export * from "./sub.tsx";
export * from "./summary.tsx";
export * from "./sup.tsx";
export * from "./table.tsx";
export * from "./tbody.tsx";
export * from "./td.tsx";
export * from "./template.tsx";
export * from "./textarea.tsx";
export * from "./tfoot.tsx";
export * from "./th.tsx";
export * from "./thead.tsx";
export * from "./time.tsx";
export * from "./title.tsx";
export * from "./tr.tsx";
export * from "./track.tsx";
export * from "./tt.tsx";
export * from "./u.tsx";
export * from "./ul.tsx";
export * from "./var.tsx";
export * from "./video.tsx";
export * from "./wbr.tsx";
export * from "./xmp.tsx";