@colisweb/rescript-toolkit 5.31.4 → 5.31.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -6197,3 +6197,12 @@ module FaPalette = {
|
|
|
6197
6197
|
external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element =
|
|
6198
6198
|
"FaPalette"
|
|
6199
6199
|
}
|
|
6200
|
+
module FaArrowRight = {
|
|
6201
|
+
@module("react-icons/fa") @react.component
|
|
6202
|
+
external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element =
|
|
6203
|
+
"FaArrowRight"
|
|
6204
|
+
}
|
|
6205
|
+
module FaHome = {
|
|
6206
|
+
@module("react-icons/fa") @react.component
|
|
6207
|
+
external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element = "FaHome"
|
|
6208
|
+
}
|