-
Notifications
You must be signed in to change notification settings - Fork 12
/
NAMESPACE
36 lines (35 loc) · 966 Bytes
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
export(feedback)
export(feedbackDanger)
export(feedbackSuccess)
export(feedbackWarning)
export(hideFeedback)
export(hideToast)
export(loadingButton)
export(resetLoadingButton)
export(showFeedback)
export(showFeedbackDanger)
export(showFeedbackSuccess)
export(showFeedbackWarning)
export(showToast)
export(useShinyFeedback)
export(valueBoxModule)
export(valueBoxModuleUI)
importFrom(fontawesome,fa_html_dependency)
importFrom(htmltools,htmlDependency)
importFrom(htmltools,singleton)
importFrom(htmltools,span)
importFrom(htmltools,tagList)
importFrom(htmltools,tags)
importFrom(jsonlite,toJSON)
importFrom(shiny,NS)
importFrom(shiny,addResourcePath)
importFrom(shiny,getDefaultReactiveDomain)
importFrom(shiny,icon)
importFrom(shiny,is.reactive)
importFrom(shiny,isTruthy)
importFrom(shiny,reactive)
importFrom(shiny,renderText)
importFrom(shiny,textOutput)
importFrom(utils,modifyList)
importFrom(utils,packageVersion)