-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
92 lines (91 loc) · 1.94 KB
/
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
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
# Generated by roxygen2: do not edit by hand
S3method(print,cascadess_style_pronoun)
S3method(str,cascadess_style_pronoun)
export("%>%")
export(.style)
export(background_color)
export(background_subtle)
export(border_all)
export(border_bottom)
export(border_color)
export(border_left)
export(border_right)
export(border_subtle)
export(border_top)
export(border_width)
export(cascadess_dependencies)
export(display)
export(flex_align)
export(flex_content)
export(flex_direction)
export(flex_display)
export(flex_justify)
export(flex_wrap)
export(float)
export(focus_color)
export(gap_all)
export(gap_horizontal)
export(gap_vertical)
export(height_relative)
export(item_align)
export(item_fill)
export(item_grow)
export(item_order)
export(item_shrink)
export(margin_all)
export(margin_bottom)
export(margin_horizontal)
export(margin_left)
export(margin_right)
export(margin_top)
export(margin_vertical)
export(overflow_all)
export(overflow_horizontal)
export(overflow_vertical)
export(padding_all)
export(padding_bottom)
export(padding_horizontal)
export(padding_left)
export(padding_right)
export(padding_top)
export(padding_vertical)
export(position)
export(position_bottom)
export(position_centered)
export(position_left)
export(position_right)
export(position_sticky)
export(position_top)
export(rounded_all)
export(rounded_bottom)
export(rounded_left)
export(rounded_right)
export(rounded_top)
export(shadow)
export(stack_horizontal)
export(stack_vertical)
export(text_alignment)
export(text_break)
export(text_color)
export(text_decoration)
export(text_emphasis)
export(text_height)
export(text_selection)
export(text_size)
export(text_style)
export(text_transform)
export(text_weight)
export(text_wrap)
export(theme_danger)
export(theme_dark)
export(theme_info)
export(theme_light)
export(theme_primary)
export(theme_secondary)
export(theme_success)
export(theme_warning)
export(vertical_alignment)
export(visible)
export(width_relative)
import(rlang)
importFrom(magrittr,"%>%")