File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,21 @@ external make: (
13
13
~swapOpacity : bool = ?,
14
14
~listItem : bool = ?,
15
15
~fixedWidth : bool = ?,
16
- ~flip : bool = ?,
16
+ ~flip : [#horizontal | #vertical | #both ]= ?,
17
+ ~pull : [#right | #left ]= ?,
17
18
~spin : bool = ?,
18
19
~pulse : bool = ?,
19
20
~rotation : int = ?,
20
21
~size : IconSize .t = ?,
21
22
~style : ReactDOM .Style .t = ?,
23
+ ~beat : bool = ?,
24
+ ~border : bool = ?,
25
+ ~bounce : bool = ?,
26
+ ~fade : bool = ?,
27
+ ~flash : bool = ?,
28
+ ~inverse : bool = ?,
29
+ ~shake : bool = ?,
30
+ ~spinPulse : bool = ?,
31
+ ~spinReverse : bool = ?,
32
+ ~onClick : ReactEvent .Mouse .t => unit = ?,
22
33
) => React .element = "FontAwesomeIcon"
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ type t = [
4
4
| #xs
5
5
| #sm
6
6
| #lg
7
+ | #xl
8
+ | # "2xl"
7
9
| # "1x"
8
10
| # "2x"
9
11
| # "3x"
@@ -21,6 +23,8 @@ let all: array<t> = [
21
23
#xs ,
22
24
#sm ,
23
25
#lg ,
26
+ #xl ,
27
+ # "2xl" ,
24
28
# "1x" ,
25
29
# "2x" ,
26
30
# "3x" ,
You can’t perform that action at this time.
0 commit comments