-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
60 lines (59 loc) · 1.21 KB
/
NAMESPACE
File metadata and controls
60 lines (59 loc) · 1.21 KB
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
# Generated by roxygen2: do not edit by hand
export(a)
export(br)
export(code)
export(div)
export(em)
export(h1)
export(h2)
export(h3)
export(h4)
export(h5)
export(h6)
export(hr)
export(hx_button)
export(hx_head)
export(hx_is_htmx)
export(hx_page)
export(hx_run_example)
export(hx_select_input)
export(hx_serve_assets)
export(hx_set)
export(hx_slider_input)
export(hx_table)
export(hx_table_rows)
export(hx_trigger)
export(hx_trigger_after_settle)
export(hx_trigger_after_swap)
export(img)
export(p)
export(pre)
export(span)
export(strong)
export(tag)
export(tagList)
export(tags)
importFrom(htmltools,a)
importFrom(htmltools,br)
importFrom(htmltools,code)
importFrom(htmltools,div)
importFrom(htmltools,doRenderTags)
importFrom(htmltools,em)
importFrom(htmltools,h1)
importFrom(htmltools,h2)
importFrom(htmltools,h3)
importFrom(htmltools,h4)
importFrom(htmltools,h5)
importFrom(htmltools,h6)
importFrom(htmltools,hr)
importFrom(htmltools,img)
importFrom(htmltools,p)
importFrom(htmltools,pre)
importFrom(htmltools,span)
importFrom(htmltools,strong)
importFrom(htmltools,tag)
importFrom(htmltools,tagAppendAttributes)
importFrom(htmltools,tagList)
importFrom(htmltools,tags)
importFrom(plumber2,api)
importFrom(plumber2,api_statics)